body, html {
	background-color: #000;
	height: 100%;
	width: 100%;
	position:relative;
	overflow:hidden;
	font-family: 'Sansita One', cursive;
	min-width:900px;
}
.wrapper {
	background-color: #171717;
	background-image: url(../img/bg.jpg);
	background-position:10px 0px;
	background-repeat:no-repeat;
	height: 400px;
	width: 100%;
	padding:0px 10px;
	margin-left:-10px;
	margin-top: -200px;
	position: absolute;
	top: 50%;
	left:0px;
	-webkit-box-shadow: inset 0px 0px 10px 3px #000;
	-moz-box-shadow: inset 0px 0px 10px 3px #000;
	box-shadow: inset 0px 0px 10px 3px #000;
}
h1 {
	width:151px;
	height:150px;
	background-image:url(../img/nicohubner.png);
	text-indent:-5000px;
	position:absolute;
	left:35%;
	margin-left:-75px;
	top:125px;
}
h2 {
	position:absolute;
	left:35%;
	margin-left:100px;
	top:175px;
	line-height:50px;
}
h2 a:hover {
	color:#FC0;
}
h3 {
	position:absolute;
	top:175px;
	line-height:50px;
	right:50px;
}
h3 span, h3 a {
	display:inline-block;
	line-height:35px;
	height:35px;
	padding:0px 10px;
	margin-left:3px;
	border:solid 1px #555;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	color:#999;
}
h3 a {
	width:15px;
	text-indent:-5000px;
}
a.twitter {
	background-image:url(../img/twitter.png);
}
a.linkedin {
	background-image: url(../img/linkedin.png);
}