*{
	scrollbar-base-color: #333333;
}
html,
body {
	/*background: #000000 url(../img/bg.jpg) repeat-x scroll 0 0;*/
	/* for ie6 bug */
	background-color: #121212;
	text-align: center;
	overflow: auto;
	color: #cccccc;
}
br{
	clear:both;
	height:1px;
	font-size: 1px;
	line-height: 1px;
}
a{
	color: #cccccc;
}
a img {border-style:none;}
div.ext{
	width: 950px;
	margin: 0 auto;
	text-align: left;
}
div#header{
	margin: 10px auto 10px auto;
	height: 110px;
}
div#header h1 a{
	display: block;
	width: 121px;
	height: 47px;
	text-indent: -9999px;
	background: transparent url(../img/logo_s.jpg) no-repeat scroll 0 0;
}
div#header .left{
	float: left;
}
div#header .right{
	float: right;
}
div#header p{
	font-size: 80%;
	margin: auto 10px auto 5px;
}
div#footer{
	padding: 2em 2em 1em 2em;
	text-align: center;
	vertical-align: middle;
}
div#footer p{
	font-size: 80%;
}
div#main{
	position:relative;
}
div#content{
	float:left;
	width: 700px;
	text-align:center;
}
#nav{ 
  width: 100%; 
  height: 55px; 
  margin: 10px auto;
  padding: 0; 
  background: url(../img/navbg.jpg) no-repeat center top; 
  overflow: hidden; 
  zoom:1; 
} 
#nav ul{ 
    list-style: none; 
    overflow: hidden; 
    zoom:1; 
    display: inline; 
    float: right; 
    margin-right: 120px; 
    padding-top: 9px; 
} 
#nav li{ 
    float: left; 
    display: inline; 
    margin: 0 4px; 
} 
#nav li form{
	margin-top: 7px;
}
#nav a{ 
    display: block; 
    padding: 11px 15px; 
    background: url(../img/nav_btn.jpg) no-repeat right top; 
    font: bold 12px Arial, sans-serif; 
    border-left: solid 1px #8C8C8C; 
    border-right: solid 1px #8C8C8C; 
    color: #fff; 
    text-decoration: none; 
}
div.ranking{
	border: solid 1px #444444;
	width: 700px;
	height: 45px;
	padding: 5px;
}
div.ranking li{
	float: left;
	margin-right: 15px;
}
