body {
	background: #000000;
}

div#container {
	width:770px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;

}

div#splash {
	background-image: url(images/splash.gif);
	background-repeat: no-repeat;
	padding: 0px;
	height: 500px;
	width: 770px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
div#splash-footer {
	color: #FFFFFF;
	background-color: #686869;
	height: 20px;
	margin: 0px;
	padding: 10px 0px 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-align: center;
}
div#splash-footer a {
	color: #FFFFFF;
	text-decoration: none;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #FFFFFF;
	border-left-color: #FFFFFF;
	padding-right: 5px;
	padding-left: 5px;
}
div#splash-footer a:hover {
	color: #780000;
}


div#copyright {
	font-size: 9px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	clear: both;
	margin-top: 15px;
	color: #FFFFFF;
	text-align: center;
}
div#copyright a:link, div#copyright a:visited {
	color: #FFFFFF;
	font-size: 10px;
}
