body {
	margin:0;
	padding:0;
	background:#070b0c;
	overflow:hidden;
	font-family:Tahoma;
	color:#909191;
	font-size:10px;
}

a {
	color:#68cbfe;
}

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;
}

html, body { height:100%;}
div.wrapper { height:100%;}