/* HTML5 tags fix for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section { display: block; }

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-family: Helvetica, Arial, sans-serif; 
	font-size: 100%;
	font: inherit;
	font-weight: normal;
	vertical-align: baseline;
}
body { 
	line-height: 1;
	background: url("../img/vcard_pattern_6.png"); 
}
ol, ul { list-style: none; }
blockquote, q { quotes: none; }
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
a { outline: none; }
.left { float: left !important; }
.right { float: right !important; }
.clear { 
	width: 0;
	height: 0;
	clear: both !important; 
}
.center { margin: 0 auto !important; }
.block { display: block !important; }
.none { display: none !important; }

/* CONTAINER */
body > section {
	position: relative;
	top: 10px;
	width: 250px;
	height: 250px;
	background-color: #000;
	border: 5px solid #fff;
	-moz-border-radius: 130px;
	-webkit-border-radius: 130px;
	-khtml-border-radius: 130px;
	border-radius: 130px;
	-moz-box-shadow: 1px 2px 2px #000;
	-webkit-box-shadow: 1px 2px 2px #000;
	box-shadow: 1px 2px 3px #000;
}
header {
	position: absolute;
	top: 65px;
	left: 25px;
	width: 200px;
	height: 60px;
}
h1 {
	font-family: "Play", Verdana, sans-serif;
	font-size: 1.625em;
	line-height: 1.5em;
	color: #fff;
	text-shadow: 1px 1px 0 #555;
	text-align: center;
}
h2 {
	font-family: "Arimo", Verdana, sans-serif;
	font-size: 0.750em;
	line-height: 1em;
	color: #BCD7FF;
	text-align: center;
	font-style: italic;
}
body .contact {
	position: absolute;
	top: 150px;
	left: 25px;
	width: 200px;
	height: 60px;
	text-align: center;
}
body .contact p {
	min-width: 10px;
	font-family: "Play", Verdana, sans-serif;
	font-size: 0.688em;
	line-height: 1.4em;
	color: #BCD7FF;
	letter-spacing: 0.4px;
}
body .contact p a, 
body .contact p span {
	font-family: "Play", Verdana, sans-serif;
	color: #BCD7FF;
	text-decoration: none;
}
/* /CONTAINER */