/* CSS Margins */

#horizon        
	{
	background-color: transparent;
	text-align: center;
	position: absolute;
	top: 50%;
	left: 0px;
	width: 100%;
	height: 1px;
	overflow: visible;
	visibility: visible;
	display: block;
	}

#content    
	{
	background-color: transparent;
	margin-left: -400px;
	position: absolute;
	top: -260px;
	left: 50%;
	width: 800px;
	visibility: visible;
	}


/* LAYOUT */
body {
	margin: 0px;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size:11px;
    color:#000;
	background-color:#4e4e30;	
}
#footer {
    clear: both;
	line-height:26px;
    font-size:9px;
	margin: 0px 0px 20px 0px;
    padding: 10px;
	color:#9a9a63;
}
/* LAYOUT end*/


/* NAVIGATION */

a.splashenter {
    color:#99ccff;
	text-decoration: none;
}
a.splashenter:hover {
    color:#ccc;
}
/* NAVIGATION end*/




