body {
	text-align: center;
	font-size: 100%;
	font-family: 'Trebuchet MS', 'Arial';
	color: #fff;
	background: #171515;
	line-height: 1.25em;
}


h1 {
	font-size: 1.875em;
	line-height: 1em;
	font-weight: normal;
}

h2 {
	font-size: 0.875em;
	font-weight: normal;
	line-height:  0.85em;
}

h3 {
	font-size: 0.875em;
	line-height:  0.85em;
	font-weight: normal;
}

p {
	font-size: 0.75em;
	line-height:  0.85em;
	font-weight: normal;
}

#doc {
	max-width: 31.25em;
	min-height: 31.25em;
	background: url('../images/new_doc_bg.jpg') no-repeat 50% 50%;
	margin: 0 auto;
	text-align: left;
}

.header {
	height: 18.125em;
	background: url('../images/header_bg.png') no-repeat 50% 11.5625em;
}

.header h1,
.header p {
	opacity: 0;
}


.article {
	position: relative;	
	text-align: center;
}

.article div {
	display: inline-block;
}

.article div.callme a {
	color: #c5cee9;
	display: block;
	background: transparent url('../images/temp-phone.png') no-repeat 50% 50%;
	width: 50px;
	height: 50px;
	padding: 0.625em;
}

.article div.downloadvcard a {
	color: #c5cee9;
	display: block;
	background: transparent url('../images/temp-vcard.png') no-repeat 50% 50%;
	width: 50px;
	height: 50px;
	padding: 0.625em;
}


.article div.mailme a {
	color: #c5cee9;
	display: block;
	background: transparent url('../images/temp-mail.png') no-repeat 50% 50%;
	width: 50px;
	height: 50px;
	padding: 0.625em;
}

.article div.connectme a {
	color: #c5cee9;
	display: block;
	background: transparent url('../images/temp-linkedin.png') no-repeat  50% 50%;
	width: 50px;
	height: 50px;
	padding: 0.625em;
}


.article div.followme a {
	color: #c5cee9;
	display: block;
	background: transparent url('../images/temp-twitter.png') no-repeat 50% 50%;
	width: 50px;
	height: 50px;
	padding: 0.625em;
}


.article div.vcard {
	display: none;
}



.article div.connectme a span,
.article div.callme a span {
	position: absolute;
	background: transparent url('../images/temp-download.png') no-repeat scroll 50% 50%;
	padding: 0 10px 0 0;
	display: none;
	top: -10px;
	margin-left: -167px;
	height: 41px;
	width: 147px;
	font-weight: bold;
	line-height: 41px;
	font-size: 12px;
	text-align: center;
	text-transform: uppercase;
}


.article div.mailme a span {
	position: absolute;
	background: transparent url('../images/temp-download-center.png') no-repeat scroll 50% 50%;
	padding: 0 0 0 0;
	display: none;
	top: -51px;
	margin-left: -73px;
	height: 47px;
	width: 147px;
	font-weight: bold;
	line-height: 41px;
	font-size: 12px;
	text-align: center;
	text-transform: uppercase;
}

.article div.followme a span,
.article div.downloadvcard a span {
	position: absolute;
	background: transparent url('../images/temp-download-right.png') no-repeat scroll 50% 50%;
	padding: 0 0 0 10px;
	display: none;
	top: -10px;
	margin-left: 20px;
	height: 41px;
	width: 147px;
	font-weight: bold;
	line-height: 41px;
	font-size: 12px;
	text-align: center;
	text-transform: uppercase;
}



.clearfix:after {
     visibility: hidden;
     display: block;
     font-size: 0;
     content: " ";
     clear: both;
     height: 0;
}
