@charset "utf-8";
/* CSS Document */

body {
	background:#000000;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:12px;
	color:#666666;
	margin-left: auto;
	margin-right: auto;
	width: 80px;
}

#wrapper {
	position:absolute;
	top:0px;
	left:50%;
	margin-left:-450px;
	width:900px;
	z-index:0}
	
A:link {text-decoration: none; font-weight:bold; color:#000000}
A:visited {font-weight:bold; text-decoration: none; color:#000000}
A:active {font-weight:bold; text-decoration: none}
A:hover {font-weight:bold; color:#660099;}

#menu {
	position:absolute;
	top:135px;
	left:50%;
	margin-left:-450px;
	width:900px;
	z-index:1}