body 

	{
	color: #CCC;
	background-color: #2D2D2D;
	margin: 0px

	}



#horizon        

	{

	color: white;

	background-color: #2D2D2D;

	text-align: center;

	position: absolute;

	top: 50%;

	left: 0px;

	width: 100%;

	height:0px;

	overflow: visible;

	visibility:hidden;

	display: block

	}



#content    

	{
	font-family: Verdana, Geneva, Arial, sans-serif;
	background-color: #2D2D2D;
	margin-left: -285px;
	position: absolute;
	top: -100px;
	left: 50%;
	width: 570px;
	height: 230px;
	visibility: visible

	}



#footer 

	{

	font-size: 10px;

	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, a:visited 

	{
	color: #CCC;
	text-decoration: none

	}



a:hover 

	{
	color: #FFF;
	text-decoration: none

	}
