* { font-size: 12px; }
body{
	margin: 10px 0px 0px 0px; 
	padding: 0px 0px;	
	background: #142432 url(../images/bg.png) no-repeat center top;
	/*background: #142432 url(//image.forugame.com/uc/images/bgtile.gif) repeat;*/
}
div{ 
	margin: 0px 0px; 
	padding: 0px 0px; 
	display: block; 
	text-align: left; 
}

/* header */
.header{ width: 983px; height: 90px; }
.header_logo{ 
	width: 349px; height: 80px; 
	border: none;
	background-image: url(../images/logo.png);
	_background-image: none;
	_filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='./images/logo.png', sizingMethod='image');
}

/* helper bolck */
.helper{ background-color: #888888; background-image: url(../images/bg_helper.png); background-repeat: repeat-x; width: 983px; height: 146px; }
.helper div{ padding-left: 90px; }
.helper div ul{ list-style: none; width: 200px; margin: 0px 0px; padding: 15px 0px 0px 0px; font-size: 12px; color: white; float: left; }
.helper div ul li{ line-height: 20px; }
.helper div ul li a{ color: white; text-decoration: none; }
.helper div ul li a:VISITED { color: white; text-decoration: none; }
.helper div ul li a:HOVER{ color: orange; text-decoration: none; }
.bold{ font-weight: bold; }

/* copyright */
.copyright{ 
	padding: 5px 0px 0px 0px; 
	width: 983px; height: 146px; 
	font-size: 12px; 
	color: white; 
	text-align: right; 
	background-image: url(../images/shadow.png); 
	background-repeat: repeat-x;
	_background-image: none;
	_filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='./images/shadow.png', sizingMethod='scale');
	 
}
.copyright a{ color: white; text-decoration: none; }
.copyright a:VISITED { color: white; text-decoration: none; }
.copyright a:HOVER{ color: orange; text-decoration: underline; }


