
html {

	scrollbar-face-color: #404040;
	scrollbar-shadow-color: #000000;
	scrollbar-highlight-color: #808080;
	scrollbar-3dlight-color: #404040;
	scrollbar-darkshadow-color: #000000;
	scrollbar-track-color: #202020;
	scrollbar-arrow-color: #000000


}

body { 
	margin: 0px;
	background:#000000;
	color:#A0A0A0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	overflow-y: scroll;

}

#page {
	width: 920px;
        margin: 0px auto 0px;
	padding: 0px 0px 0px 0px;
}



#menu {

	width: 360px;
	float:left;
	
}


#menu a {
	color: #A00000;
}

#menu a:hover {
	color: #808080;
}

a {
	color: #D00000;
}

a:hover {
	color: #FFFFFF;
}

#content {

	width: 550px;
	float: right;
	padding: 20px 0px 0px 0px;

}

#splash {
position: absolute;
top: 50%;
left: 50%;
width: 605px;
height: 496px;
margin-top: -248px; /*always take 1/2 from the size of the height, they have to be negative*/;
margin-left: -302px; /*always take 1/2 from the size of the width, they have to be negative*/;

}
