body {
	background-image: url(christian-kiesewetter.jpg);
	background-repeat: no-repeat;
	font-family: Helvetica, Verdana, Tahoma, sans-serif;
	margin: 0;
	border: 0;
	outline: 0;
	padding: 0;
}

a, a:visited {
	color: #2B82AD;
}

ol, ul {
	list-style: none;
}

ul {
	display: block;
	-webkit-margin-before: 1em;
	-webkit-margin-after: 1em;
	-webkit-margin-start: 0px;
	-webkit-margin-end: 0px;
	-webkit-padding-start: 40px;
	width:640px;
}

.clearfix {
	zoom: 1;
}

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

.container  {
	left: 720px;
	top: 200px;
	margin-left: 0px;
	background-color: rgba(0, 0, 0, 0.296875);
	position: absolute;
	width: 640px;
}

.head {
	float: left;
	padding: 20px;
	width: auto;
	min-width: 240px;
	font-size: 52px;
	font-weight: 400;
	color: #ffffff;
}

.bio {
	clear: both;
	padding-left: 20px;
	padding-right: 20px;
	color: #ffffff;
	font-size: 16px;
	
}

.separator {
	margin: 15px 0 15px 0;
	border-top: 1px solid black;
	border-bottom: 1px solid white;
	height: 0;
	opacity: 0.1;

}

.services {
	height: 32px;
	width: auto;
	padding: 0 20px 8px 20px;
	background: transparent;
	border-bottom-left-radius: 3px;
	border-bottom-right-radius: 3px;
	-moz-border-radius-bottomleft: 3px;
	-moz-border-radius-bottomright: 3px;
	-webkit-border-bottom-left-radius: 3px;
	-webkit-border-bottom-right-radius: 3px;
}

ul.services li.service-icon {
	position: relative;
	z-index: 0;
}

ul.services li.service-icon {
	margin: 0 8px 8px 0;
	height: 32px;
	width: 32px;
	float: left;
	list-style-type: none;
}

div.services ul li a.icon {
	background-position: 0 0;
	background-repeat: no-repeat;
}

ul.services li.service-icon a {
	padding-left: 0;
	font-style: normal;
	font-weight: 400;
	height: 32px;
	width: 32px;
	display: block;
	background-repeat: no-repeat;
	background-position: 50% 50%;
	position: relative;
}

a:hover .service-icon-overlay {
	border-radius: 4px; 
	border: 1px solid rgb(255, 255, 255); 
	left: 0px; 
	top: 0px; 
	width: 32px; 
	height: 32px; 
	margin-top: -1px; 
	margin-left: -1px; 
	display: block; 
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#7f000000,endColorstr=#7f000000); 
	position: absolute; 
	background-color: rgba(0, 0, 0, 0.5); 
	-moz-border-radius: 4px; 
	-webkit-border-radius: 4px;
}

 ul.services li.service-icon {
	padding-left: 0;
	font-style: normal;
	font-weight: 400;
	height: 32px;
	width: 32px;
	display: block;
	background-repeat: no-repeat;
	background-position: 50% 50%;
	position: relative;
}

li .twitter {
	background-image: url(twitter.png);
}
li .youtube {
	background-image: url(youtube.png);
}
li .slideshare {
	background-image: url(slideshare.png);
}
li .linkedin {
	background-image: url(linkedin.png);
}
li .xing {
	background-image: url(xing.png);
}

.closing {
	clear: both;
	padding-left: 20px;
	padding-right: 20px;
	padding-bottom: 10px;
	font-size: 10px ;
	text-align: right;
}
