/*  
RealGame
URI: http://www.gamesbb.com.cn/
Author: Hejunfei
*/

/* @import other css file */
@import url("home.css");
@import url("userLogin.css");
@import url("top.css");



* { margin: 0; padding: 0; }
*,body,td { font-family: Arial, 'ËÎÌå' Helvetica, sans-serif; font-size: 12px; }
html { width: 100%; background: #E6E6E6 url(/guide/common/tu/game/html.gif) repeat-x; }
body { font-size: 12px; text-align: center; }
ul,li,ol { list-style: none; }

a { color: #838383; text-decoration: none; }
a:hover { color: #964700; text-decoration: underline; }

img,div { border: 0; }

b { font-weight: bold; }

h1,h2,h3,h4,h5,h6 { font-weight: bold; }


#container {
	width: 980px; margin: 0 auto;
	background: #fff;
	position: relative;
}

/* header */
.header { height: 35px; padding-top: 220px; }

#bar {
	height: 41px;
	background: url(/guide/common/tu/game/barbg.gif) repeat-x bottom;
	border-bottom: 2px #31689B solid;
	padding-left: 16px;
}
#bar img { float: left; }

.main {
	float: left;
	background: #fff;
	margin-top: 2px; >margin-top: 0px;
	padding-bottom: 0px;
}



/* footer */
.footer {
	height: 50px;
	text-align: left;
	color: #CCCCCC;
	padding-left:100px;
	padding-top: 5px;
	line-height: 22px;
	border-bottom: 1px #cccccc solid;
	background: #666666 url(/images/game/esel_worldmap.gif) no-repeat 15px 50%;
	clear: both;
}
.footer a { color: #CCCCCC; text-decoration:none; }
.footer a:hover { color: #CCCCCC; text-decoration: underline; }
.footer2 {
	text-align: right;
	color: #CCCCCC;
	line-height: 24px;
	padding-right:100px;
	background: #666666;
}
.footer2 a { color: #CCCCCC; text-decoration:none; }
.footer2 a:hover { color: #CCCCCC; text-decoration: underline; }