body 
	{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 14px;
	color: #FFFFFF;
	background-color: #423132;
	text-align: center;
	margin-left: 0px;
	margin-top: 15px;
	}

a {
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}

html {
	margin: 0px;
	padding: 0px;
}
	
/* 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: 760px;
	}
/* end IE 5 hack */

#container {
	position: relative;
	text-align: left;
	width: 760px;
	height: 600px;
	margin: 0px auto;
}

#TextContainer {
	position: relative;
	text-align: left;
	width: 400px;
	height: 350px;
	margin: 0px auto;
	top: 190px;
}
