body {
	background-color: black;
	overflow: hidden;
	color: black;
}
/* -----------------------------------------------------	ERROR PAGES 
*/
div#errordiv {
	width: 660px;
	height: 290px;
	border: 0px black solid;
	text-align: justify;
	top: 50%;
	left: 50%;
	margin: 0;
	padding: 0;
	position: absolute;
	margin-left: -330px;
	margin-top: -145px;
}
/* -----------------------------------------------------	MAINTENANCE INFO 
*/
div#maintenancediv {
	width: 770px;
	height: 314px;
	border: 0px black solid;
	text-align: justify;
	top: 50%;
	left: 50%;
	margin: 0;
	padding: 0;
	position: absolute;
	margin-left: -385px;
	margin-top: -157px;
}
/* ------------------------------------------------------	SPLASH DIV
*/
div#splashdiv {
	width: 760px;
	height: 374px;
	border: 0px black solid;
	text-align: justify;
	top: 46%;
	left: 52%;
	margin: 0;
	padding: 0;
	position: absolute;
	margin-left: -380px;
	margin-top: -187px;
}
/* -------------------------------------------------------	IMAGE 
*/
div#splashdiv img.s1, div#splashdiv img.s2, div#splashdiv img.s3 {
	border: 0px black solid;
}
div#splashdiv a:link, div#splashdiv a:active, div#splashdiv a:hover, div#splashdiv a:visited {
	border: 0px black solid;
}