html, body, #wrapper {
   height:100%;
   width: 100%;
   margin: 0;
   padding: 0;
   border: 0;
}
#wrapper td {
   vertical-align: middle;
   text-align: center;
}


body 
	{
	color: #999;
	background:#5d7269;
	margin: 0px;
	font-weight:normal;
	}


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

#content    
	{
	font-family:georgia;
	background-color: #5d7269;
	margin-left: -300px;
	position: absolute;
	top: -276px;
	left: 50%;
	width: 600px;
	height: 552px;
	visibility: visible;
border:1px solid #000;
	
	}
	#content img {
		width:100% !important;
	}



.bodytext 
	{
	font-size: 14px
	}
	
.bodytext p {
	text-indent:-999em;
	color:#50B9D1;
	}	

span.headline h1
	{
	font-weight: normal;
	font-size: 26px;
	letter-spacing:3px;
	margin:22px auto;
	text-transform:uppercase;
	text-indent:-999em;
	}
		
a:link, a:visited 
	{
	color: #999;
	text-decoration: none
	}

a {
	color: #999;
}

a:hover {
	color: #ccc;
}