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

body 
	{
	background-color: #000;
	font-family: Arial, Helvetica, sans-serif;
	color: #FFF;
	top: 40px;
	}
	
#nav
	{
	width: 246px;
	float: left;
	}
	
#content
	{
	width: 1026px;
	position: absolute;
	left: 50%;
	margin-left: -513px;
	top: 45px;
	}
	
#splash
	{
	width: 588px;
	position: absolute;
	left: 50%;
	margin-left: -294px;
	top: 50px;
	}
	
#about
	{
	overflow: hidden;
	position: relative;
	width: 780px;
	height: 480px;
	top: 70px;
	}

#link
	{
	position: absolute;
	width: 200px;
	height: 80px;
	left: 350px;
	}
	
#doc
	{
	position:absolute;
	left:342px;
	top:367px;
	width:235px;
	height:64px;
	z-index:1;
	}
	
#email 
	{
	position:absolute;
	left:343px;
	top:249px;
	width:171px;
	height:20px;
	z-index:1;
	}
