body {
	margin:0;
	padding:0;
	text-align:center;
	font:100.01%  Tahoma, Geneva, sans-serif, "MS Sans Serif";
}
#main {
	width:100%;
	margin:20px auto;
	padding:20px 0;
	background:#006;
	width:640px;
	height:360px;
	border:0px solid transparent;
	-moz-border-radius-topleft:10px;
   -moz-border-radius-bottomleft:10px; 
   -moz-border-radius-bottomright:10px;  
   -webkit-border-top-left-radius:5px;  
   -webkit-border-bottom-left-radius:5px;  
	-webkit-border-bottom-right-radius:5px;
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;	
	border-top-left-radius: 5px;	
}
.vcard {
	text-align: left;
	margin:0 auto;
	border:0px solid transparent;
	background-color:rgb(255,255,255);
	background-color: rgba(255,255,255,.3);
	-moz-border-radius-topleft:10px;
   -moz-border-radius-bottomleft:10px; 
   -moz-border-radius-bottomright:10px;  
   -webkit-border-top-left-radius:5px;  
   -webkit-border-bottom-left-radius:5px;  
	-webkit-border-bottom-right-radius:5px;
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;	
	border-top-left-radius: 5px;		
}
.vcard address  {
	margin:0 auto;
	color:#fff;
	font-style: normal;
	font-size:75%;
	line-height:1.25;
	padding:10px 0 40px 70px;
	}
.vcard address legend{
	width:100%;
	margin:20px 0 20px -60px;
	padding:7px 20px;
	color:#fff;
	font-weight:bold;
	font-size:20px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border-radius:5px;
	background:#003;
	background: -moz-linear-gradient(top, #003, #006);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #003), color-stop (1, #006));
	background: -webkit-linear-gradient(top, #003, #006);
	background: -o-linear-gradient(top, #003, #006);
	background: linear-gradient(top, #003, #006);
	-moz-box-shadow:1px 1px 2px #ccc;
	-webkit-box-shadow:1px 1px 2px #ccc;
	box-shadow:1px 1px 2px #ccc;
	}
address .org {
	font-size:165%;
	font-weight:bold;
}
address .fn, address a {
	color:#fff;
	text-decoration: none;
}
.vcard span.org, .vcard span.street-address, .vcard span.tel {
   display: block;
}
.vcard span.country-name {
   display: inline-block;
   text-indent: -9999px;
}