/* Main page*/
body {
	background-color: #000;
	color: #FFF;
	text-align: center;
	min-width: 800px;
	font-family: arial,helvetica, sans-serif;
	font-size:0.8em;
}

span
{
display:block;
width:590px;
}

/* Link Colours (Link, Visited, Hover, Active) */
a:link {
	text-decoration: none;
	color: #FFFF00;
}
a:visited {
	text-decoration: none;
	color: #FFFF00;
}
a:hover {
	text-decoration: none;
	color: #FF9C00;
}
a:active {
	text-decoration: none;
	color: #FFFF00;
}
/* Footer */
#footer {
	clear:both;
	color:#FFF;
	text-align:center;
	font-family: arial, helvetica, sans-serif;
	font-size:0.7em;
}
#content {
	float:left;
	width:500px;
	margin:0 10px;
}

#clearit {
	margin: 0;
	padding: 0;
	height: 0;
	clear: both;
}

