

body {
	background-color:#000000;
	height:100%;
	margin-top: 0px;
}

#wrapper {
	width:760px;
	margin-left:auto;
	margin-right:auto;
}

#top {
	width:760px;
	float:left;
}

#mid {
	width:269px;
	float:left;
}

#navarea {
	width:491px;
	float:left;
}

#footer {
	width:760px;
	float:left;
	clear:both;
}

#contact {
	width:760px;
	float:left;
	clear:both;
	text-align:right;
	font-size:12px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	margin-top:10px;
	color:#FFFFFF;
}

a {
color:#FFFFFF;
text-decoration:none;
}

a.hover {
color:#999900;
text-decoration:none;
}

a.visited {
color:#FFCC00;
text-decoration:none;
}