body 
{
background-color: #D5BE90; 	
}

div.vcard 
{
	background: #E3D4B5;
	width:500px;
	height: 270px;
	padding: 20px 0px 0px 30px ;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-left: -250px;
	margin-top: -135px;
	-moz-border-radius:15px 15px 15px 15px;
	-webkit-border-top-left-radius:15px;
	-webkit-border-top-right-radius:15px;
	-webkit-border-bottom-right-radius:15px;
	-webkit-border-bottom-left-radius:15px;
	border-radius:15px 15px 15px 15px;
	
	-moz-box-shadow: 8px 8px 28px #605239;
	-webkit-box-shadow: 8px 8px 28px #605239;
	box-shadow: 8px 8px 28px #605239;
}
p.fn, p.adr, p.email, a 
{
	font-family: "Arial" , sans-serif;
	font-style: italic;
	text-decoration: none;
	color: #563E25;
}
p.adr, p.email 
{
	margin: 0px 0px 10px 0px ;
}
span.fn 
{
	font-size: 42px;
	font-weight: bold;
	line-height: 20px
}
span.org 
{
	font-size: 18px;
	font-weight: normal;
}
p.adr, p.email 
{
	font-size: 18px;
	font-weight: normal;
}