body {
	background-color: #000000; /*#d85a02;*/
	margin: 0px;
	scrollbar-face-color:#000000;
	scrollbar-highlight-color:#808080;
	scrollbar-3dlight-color:#000000;
	scrollbar-darkshadow-color:#000000;
	scrollbar-shadow-color:#000000;
	scrollbar-arrow-color:#EF6302;
	scrollbar-track-color:#000000;
}
#game {
	position: absolute;
	text-align: center;
	/*top: 50%;
	margin-top: -300px;*/
	left: 0px;
	width: 100%;
	color:#FFFFFF;
	font-family:Arial, Helvetica, sans-serif;
}

a:link {
	color: #FF6600;
}
a:visited {
	color: #FF6600;
}
