body {
	margin:0;
	padding:0;
	background:#000000;
	font-family:Tahoma;
	color:#ffffff;
	font-size:10px;
}

a {
	color:#cccccc;
}

a:hover {
	text-decoration:none;
}

/*
#horizontal {
	text-align:center;
	position:absolute;
	top:50%;
	left:0;
	width:100%;
	height:1px;
	overflow:visible;
	visibility:visible;
	display:block;
}

#content {
	margin-left:-175px;
	margin-top:-125px;
	position: absolute;
	left:50%;
	width:350px; 
	height:250px;
	visibility:visible;
}
*/

div#wrapper {
	position:absolute;
     left: 50%; 
     top: 50%;
     width: 990px;
     height: 750px;
     margin-top: -375px; /* half of the height */
     margin-left: -495px; /* half of the width */
}