/* CSS Document */

* {	margin: 0;
padding: 0;
}

body {
	background-color: black;
	font-family: Arial, Helvetica, sans-serif;
	color: black;
	font-size: small;
}

#wrapper {
	position: absolute;
	width: 900px;
	height: 40px;
	top: 50%;
	left: 50%;
	margin-top: -10px;
	margin-left: -450px;
	background-color: black;
	z-index:1;
	line-height: 1.0em;
}



#content {
	width: 900px;
	height: 20px;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #aeaeae;
	padding-top: 20px;
}


a {	color: #aeaeae;text-decoration: none;}
a:link {color: #aeaeae; text-decoration: none}
a:visited {color: #aeaeae; text-decoration: none}
a:active {color: #aeaeae; text-decoration: none}
a:hover, a:focus {color: white; text-decoration: none}






