<!--
body {
  background-color: #e7eaf0;
  margin:0px;
  padding:0px;
	FONT-FAMILY: Verdana,Sans-Serif;
	FONT-SIZE: 11px;
	COLOR: #333333;
	border:solid #333 0px;
}

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

#content    
	{
	margin-left: -125px;
	position: absolute;
	top: -120px;
	left: 50%;
	width: 250px;
	height: 160px;
	visibility: visible
	}

a  {
  
}
h2 {
  margin:0px;
  padding:0px;
  padding-top:3px;
	FONT-FAMILY: Verdana,Sans-Serif;
	FONT-SIZE: 11px;
	COLOR: #ff99ff;
	text-align:center;
	line-height: 15px;
	font-weight: normal;
}

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