body {
	background: url("../vcard_imgs/bg.jpg");
	color: #fff;
	font: 0.9em/160% "Lucida Grande", Arial, Verdana, sans-serif;
}
#content {
    background: url("../vcard_imgs/vcard.jpg") no-repeat 0 0;
    width: 453px;
    height: 640px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -232px;
    margin-top: -320px;
}
#content h1 {
    font-size: 200%;
}
#content h2 {
    color: #071843;
    font-size: 110%;
    margin-top: -1em;
}
#content a {
    color: #fff;
}