@charset "utf-8";
/* CSS Document */

* {
	border: 0;
	margin: 0;
}

body {
	background: #000;
	position: absolute;
	background: #000 /*url(../images/bg_image.jpg) top left no-repeat*/;
}
#wrapper {
	height: 100%;
	width: 100%;
	position: absolute;
	text-align: center;
}
#branding {
	position: absolute;
	/*z-index: 900;*/ 
	width: 600px;
	float: left;
	height: 600px;
	background: url(../images/branding.jpg) top left no-repeat;
}

#branding h1 {
	position: absolute;
	text-indent: -9999px;
	margin-top: 5px;
	/*margin-left: 40px;*/
	width: 851px;
	height: 245px;
	color: #00b900;
	font-size: 30px;
	background: url(../images/logo.png) top left no-repeat;
}
img#profile {
	float: left;
/*	position: absolute;*/
}
#bio-info {
	position: absolute;
/*	margin-top: 200px;*/
	width: 400px;
	margin-bottom: 100px;
	padding: 10px;
	top: 250px;
	left: 20px;
	background: url(../images/alpha_50_black.png);
	color: #00b900;
	text-align: left;
}
#bio-info p {
	font-style: bold;
}
#contact-info {
	position: absolute;
	text-align: left;
	top: 920px;
	color: #00b900;
	text-transform: lowercase;
	padding: 20px;
	margin-left: 20px;
	width: 400px;
	padding-bottom: 50px;
}
#contact-info p {
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 100px;
	font-size: 13px;
}
#contact-info a {
	color: #CCC;
}