@charset "utf-8";

body{
	font-size: 12px;
	font-style: normal;
	line-height: 100%;
	font-weight: bold;
	font-variant: normal;
	color: #ED1C24;
	background-color: #000000;
	font-family: System, "Courier New", Courier, monospace;
	margin: 0px;
	padding: 0px;
}
a, a:visited, a:hover{
	color: #ED1C24;
}
#container {
	background-position: center center;
	text-align:center;
	height: auto;
	padding: 0px;
z-index: 1;
	position: absolute;
	width: 900px;
	left:50%;
	margin-right: 0;
	margin-bottom: 0px;
	margin-left: -450px;
	float: left;
}
#splashcontainer {
	background-position: center center;
	text-align:center;
	width: 1200px;
	left:50%;
	margin-right: 0;
	margin-bottom: 0px;
	margin-left: -600px;
	height: auto;
	padding: 0px;
	margin-top: 0px;
	z-index: 1000;
	background-color: #000000;
	position: absolute;
	float: left;	
}
#mainhtml {
	text-align:left;
	width: 900px;
	margin: 0px;
	height: auto;
	padding: 0px;
	line-height: 120%;
}
#flash {
	margin: 0px;
	padding: 0px;
	height: 600px;
	width: 900px;
}

hr {
	width: 100%;
	text-align: center;
	color: #00FF00;
	height: 1px;
}
#ticker {
	margin: 0px;
	padding: 10px;
	height: auto;
	width: 880px;
	font-family: "Courier New", Courier, monospace;
	font-size: 16px;
	color: #ED1C24;
	line-height: 18px;
}
#credits {
	text-align:right;
	margin: 0px;
	padding: 10px;
	height: auto;
	width: 880px;
	font-family: "Courier New", Courier, monospace;
	font-size: 10px;
	color: #ED1C24;
	line-height: 10px;
}

