body {
	background-color: #000000;
	color: #CCCCCC;
	font-family: Arial, sans-serif;
	margin: 0px;
}

a:link, a:visited {
	color: #666666;
	text-decoration: none;
}

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

#header_div {
	background: url("assets/header.gif")  no-repeat bottom #000000;
	display: block;
	height: 80px;
	margin: auto;
	width: 752px;
}

#header { display: none; }

#splash_div {
	background: url("assets/splash.jpg") no-repeat #000000;
	display: block;
	height: 341px;
	margin: auto;
	width: 341px;
}

#splash { display: none; }

#mainbody {
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	width: 1000px;
}

#links {
	border-bottom: 1px solid #CCCCCC;
	border-top: 1px solid #CCCCCC;
	text-align: center;
}

#links ul {
	margin: 0px;
	padding: 0px;
}

#links ul li {
	list-style-type: none;
	display: inline;
}

#footer {
	font-size: 8pt;
	text-align: center;
}