html {
	height:100%; /* fix height to 100% for IE */
	max-height:100%; /* fix height for other browsers */
	padding:0;
	margin:0;
	border:0;
	font-size:10pt; 
	font-family:Optima, Verdana, Geneva, Arial, Helvetica, sans-serif; 
	/* hide overflow:hidden from IE5/Mac */ 
	/* \*/ 
	overflow:hidden; /*get rid of scroll bars in IE */
	/* */ 
}
  
body {
	height:100%; /* fix height to 100% for IE */
	max-height:100%; /* fix height for other browsers */
	overflow:hidden; /*get rid of scroll bars in IE */
	margin:0px;
	padding:0px;
  border:0;  
  text-align:center
	}




img {
border: 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: -450px;
	position: absolute;
	top: -300px;
	left: 50%;
	width: 900px;
	height: 600px;
	visibility: visible
	}
  

#content a {
width: 900px;
display: block;

}

a {
text-decoration:none;
color: #892134;
}


a:hover {background:#ffffff; text-decoration:none;} /*BG color is a must for IE6*/
a.tip span {display:none; padding:2px 3px; margin-left:-500px; margin-top: 200px; width:100px;}
a.tip:hover span{display:inline; position:absolute; background:#ffffff; border:1px solid #cccccc; color:#6c6c6c;}
