body 
	{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 14px;
	color: #FFFFFF;
	background-color: #FFFFFF;
	margin-left: 0px;
	margin-top: 0px;
	background-image: url(../images/bground.gif);
	background-repeat: no-repeat;
	background-position: center center;
	}
/* styles for IE 5 Mac */
 #horizon {
	background-color: transparent;
	position: absolute;
	top: 20px;
	left: 20px;
 }
 
 /* following rules are invisible to IE 5 \*/
#horizon        
	{
	top: 50%;
	left: 0px;
	width: 100%;
    margin-top: -300px;
    text-align: center;
    min-width: 800px;
	}
/* end IE 5 hack */
#container {
	position: relative;
	text-align: left;
	width: 800px;
	height: 600px;
	margin: 0px auto;
}

