/* CSS Document */

.container{
width: 550px;
margin-left: auto;
margin-right: auto; 
text-align: center; 
}

body{
background-color: #000000;
margin: 0px;
font-family: Verdana, Arial, Helvetica, sans-serif;
color: #ffffff;
font-size: 11px;
}

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

#content    
	{
	font-family: Verdana, Geneva, Arial, sans-serif;
	margin-left: -275px;
	position: absolute;
	top: -200px;
	left: 50%;
	width: 550px;
	height: 400px;
	visibility: visible
	}

#footer 
	{
	font-size: 9px;
	font-family: Verdana, Geneva, Arial, sans-serif;
	text-align: center;
	position: absolute;
	bottom: 0px;
	left: 0px;
	width: 100%;
	height: 20px;
	visibility: visible;
	display: block
	}

a:link {text-decoration: none; color: white}
a:visited {text-decoration: none; color: white}
a:hover {text-decoration: underline; color: black }