html, body {	
	height: 100%;
	font: 14px Verdana, Arial;
}

#center {
	width: 400px;
	height: 200px;
	text-align: center;
	border: 1px solid #000;
	background-color: #fff;
	color: #aaa;
	position: absolute;
	left: 50%;
	top: 50%;
	margin-left: -200px; 
	margin-top: -100px; 
}
#card {
	text-align:left;
	color:#000;
	width:220px;
	height:175px;
	float:left;
	padding-top: 25px;
	padding-left:30px;
}
#photo {
	width:150px;
	height:110px;
	float:left;
	padding-top:25px;
}
#photo img {
	width:100px;
	height:100px;
}
#social {
	width:150px;
	height:70px;
	float:left;
}
#social a img {
	border:none;
	height:15px;
	width:15px;
}
.m {
	color:#aaa;
	font-size:xx-small;
}
