@charset "utf-8";
/* CSS Document */

html, body {
	background-color:#000;
	color:#FFF;
	font-size:16px;
	font-family:Arial, Helvetica, sans-serif;
	scrollbar-face-color: #000000;
	scrollbar-highlight-color: #333333;
	scrollbar-3dlight-color: #666666;
	scrollbar-darkshadow-color: #333333;
	scrollbar-shadow-color: #333333;
	scrollbar-arrow-color: #ffffff;
	scrollbar-track-color: #111111;
}

a {
	color:#FFF;
	text-decoration:none;
}
a:hover {
	color:#789fea;
}

#wrapper {
	width:1000px;
	height:700px;
	clear:both;
}

#header {
	width:651px;
	height:100px;
	float:left;
	margin-left:349px;
}

.ulink {
	float:left;
	width:250px;
	padding-top:34px;
	text-align:left;
}

.contact {
	float:right;
	width:250px;
	padding-top:18px;
	margin-right:15px;
	text-align:right;
}

#splash {
	width:1000px;
	height:600px;
	float:left;
}

#nav {
	width:341px;
	height:600px;
	float:left;
}

#content {
	width:635;
	height:500px;
	float:right;
	margin-right:15px;
}

#footer {
	width:1000px;
	height:32px;
	border-top:#FFF solid 1px;
	text-align:center;
	font-size:9px;
	float:left;
	padding-top:5px;
}

#footer a {
	text-decoration:none;
}

#footer a:hover {
	color:#789fea;
}