body {
	background-color: #02025B;
}

a:link {
	color: #A8996A;
}
a:visited {
	color: #cccccc;
}
a:hover {
	color: #cccccc;
}

#container {
	border: 1px solid #000000;
	width: 775px;
	left: auto;
	top: 25px;
	right: auto;
	position: relative;
	margin-right: auto;
	margin-left: auto;
	padding: 0px;
	font-family: "Trebuchet MS", Arial, sans-serif;
	font-size: .85em;
	color: #000000;
	background-color: #FFFFFF;
}
#footer {
	position: relative;
	background-color: #333D6F;
	z-index: 4;
	height: 25px;
	font-size: .85em;
	color: #CCCCCC;
	text-align: center;
}
