body{
	font-family:"Arial";
	font-size:13px; 
	margin:0px; 
	padding:0px; 
	background-color:#8f989d;
	height:100%;
	width:100%;
}

#vcard{
	position: absolute;
	top:50%;
	left:50%;
	margin-top:-200px;
	margin-left:-170px;
	width:474px; 
	height:323px;
	background-color:#8f989d;    
	background-image:url(../img/vcard.jpg);
}