body {
	background-color: #00001c;
	font:Verdana, Arial, Helvetica, sans-serif;
	color:#FFFFFF;
	font-size: 12px;
	}

#bg {
	position: absolute;
	margin: 0 auto;
	width: 760px;
	height: 570px;
	top: 50%;
	left: 50%;
	margin-left: -380px;
	margin-top: -285px;
	background-image:url(site2.jpg);
	overflow:hidden;
}

#yep {
	position: absolute;
	margin: 0 auto;
	width: 500px;
	height: 500px;
	top: 50%;
	left: 50%;
	margin-left: -250px;
	margin-top: -250px;
}


#bio {
	position: absolute;
	margin: 0 auto;
	width: 260px;
	height: 300px;
	top: 50%;
	left: 50%;
	margin-left: 100px;
	margin-top: -200px;
	z-index: 3;
}


#download {
	position: absolute;
	margin: 0 auto;
	width: 260px;
	height: 100px;
	top: 50%;
	left: 50%;
	margin-left: 100px;
	margin-top: 40px;
	z-index: 3;
}


#tour {
	position: absolute;
	margin: 0 auto;
	width: 240px;
	height: 30px;
	top: 50%;
	left: 50%;
	margin-left: -140px;
	margin-top: 220px;
	z-index: 3;
}


#order {
	position: absolute;
	margin: 0 auto;
	width: 250px;
	height: 60px;
	top: 50%;
	left: 50%;
	margin-left: -10px;
	margin-top: 140px;
	z-index: 3;
}

#contact {
	position: absolute;
	margin: 0 auto;
	width: 160px;
	height: 60px;
	top: 50%;
	left: 50%;
	margin-left: 120px;
	margin-top: 190px;
	z-index: 3;
}

a:hover {
	color: #ffff00;
	text-decoration: underline;
}



	
a {
	color: #ffffff;
	text-decoration: none;
}

a:active {
	color: #FFFFFF;
}	

