BODY {
	background-color: #003366;
}

h1 {
	font: 24px "Helvetica", Arial, sans-serif;
	font-weight: bold;
	color: #eee;
}

.body {
	font: 12px "Helvetica", Arial, sans-serif;
	color: #eee;
}

.copyright {
	font: 9px "Helvetica", Arial, sans-serif;
	color: #eee;
}

.copyrightsymbol {
	font: 9px "Verdana", sans-serif;
	color: #eee;
}


a:link, a:visited {
	color: #eee;
	border-bottom:1px dotted #eee;
	text-decoration: none;
}

a:hover, a:active {
	color: #003366;
	background-color: #eee;
	border-bottom:1px solid #eee;
}

#content {
	width: 400px;
	height: 300px;
	text-align: center;
	position: absolute;
	left: 50%;
	top: 50%;
	margin-left: -200px; 
	margin-top: -150px; 
}

#logo {
   background: url(../img/kingsuburbanlogo.gif) no-repeat;
   width: 400px;
   height: 182px; 
}