body {
	text-align: center;
	margin: 0;
}

td {
	font-size: 12px;
	line-height:16px;
	font-family: Arial, Helvetica;
	color: #fff;
}

.green {color: #66cc00}

.darkgreen {color: #44671D}

.small {
	font-size: 11px;
	color:#fff;
	line-height:16px;
}

.big {
	font-size: 13px;
	color:#fff;
	line-height:16px;
}

a:hover {
	color: #ffff00;
}

div#container {
	width: 900px;
	height: 100%;
	background-color: #000172b;
	margin: 0 auto;
	text-align: left;
}

div#wrapper {
	position: relative;
	width: 900px;
}


div#header {
	position: absolute;
	width: 900px;
	height: 168px;
	top: 0px;
	padding-top: 0px;
	z-index: 30;
} 

div#splash {
	position: absolute;
	width: 900;
	top: 129px;
	left: 0px;
	background-color: #006293;
}

div#main {
	position: absolute;
	width: 900;
	top: 330px;
	left: 0px;
}

div#footer {
	position: absolute;
	width: 900px;
}


* {
	text-decoration: none;
} 

html {
	height: 100%;
}

#marqueecontainer{
	position: relative;
	width: 210px; /*marquee width */
	height: 319px; /*marquee height */
	overflow: hidden;
}
