/*<group=General Styles>*/

body {
	background-color:000000;
	background-image:url(../downloads/images/bg_tile.jpg);
	background-attachment: fixed;
	background-position:center;
	background-repeat:repeat-y;	
	scrollbar-base-color: #080911;
	scrollbar-arrow-color: #00AEE8;
	scrollbar-3dlight-color: #080911;
	scrollbar-darkshadow-color: #080911;
	scrollbar-face-color: #080911;
	scrollbar-highlight-color: #003E6D;
	scrollbar-shadow-color: #003E6D;
	scrollbar-track-color: #080911;
	margin-top: 0px;
	text-align:center;
}
#borderDiv {
	text-align: center;
	position:absolute;  
	width: 1130px; 
	height: 720px; 
	left: 50%;
	top: 50%;
	margin-left: -565px;
	margin-top: -360px;
	}
#centerDiv { 
	text-align: center;
	position:absolute;  
	width: 1000px; 
	height: 610px; 
	border-width: 1px;
	border-color: #0066CC;
	border-style: double;
	left: 50%;
	top: 50%;
	margin-left: -500px;
	margin-top: -300px;
}








