/* CSS Document */
body{
	background-color: #002748;

	top: 50%;
		left: 50%;
	margin-left: -512px;
	margin-top: -250px;
	position: absolute;
	width:1024px;
				height:500px;
}
#banner{
	text-align: center;
	width: 1024px;
	height: 60px;
}
#footer{
	font: normal normal normal x-small Arial, Helvetica, sans-serif;
	text-align: center;
	color:white;
}
#footer a:link{
	color:white;
}
#footer a:hover{
	color: #E9E9E9;
}
#footer a:VISITED {
color: #E9E9E9;
}