body {
	background-color: #005F8F;
	text-align: center;
	font-family: monaco, courier, 'mono-space';
	font-size: .8em;
	color: white;
}

a {
	text-decoration: underline;
	color: white;
}

a:hover {
	text-decoration: none;
	color: white;
}

hr {
	margin-top: 20px;
	line-height: normal;
	border: 1px solid white;
}

#logo {
	position: relative;
	left: 0;
	right: 0;
	top: 50px;
	margin: 0 auto;
}

#main {
	position: relative;
	left: 0;
	right: 0;
	top: 60px;
	width: 600px;
	padding: 10px;
	margin: 0 auto;
}

#main ul {
	list-style-type: none;
	padding: 0;
	margin: 0;
}

#footer {
	position: relative;
	left: 0;
	right: 0;
	margin: 0 auto;
	top: 100px;
	color: white;
	font-size: 90%;
}

#footer a {
	color: white;
}