html
{
	margin: 0px;
	padding: 0px;
}

body
{
	font-size: 62.5%;
}

a
{
	color: #888888;
	text-decoration: none;
}
a:visited
{
	color: #888888;
	text-decoration: none;
}
a:link
{
	color: #888888;
	text-decoration: none;
}
a:hover
{
	color: #cc6600;
	text-decoration: none;
}

#horizon        
{
	color: white;
	background-color: #fff;
	text-align: center;
	position: absolute;
	top: 50%;
	left: 0px;
	width: 100%;
	height: 1px;
	overflow: visible;
	visibility: visible;
	display: block
}

#content    
{
	color: #888888;
	font-family: Verdana, Geneva, Arial, sans-serif;
	font-size: 1.0em;
	font-weight: bold;
	background-color: #fff;
	margin-left: -385px;
	position: absolute;
	top: -263.5px;
	left: 50%;
	width: 770px;
	height: 527px;
	text-align: right;
	visibility: visible
}



