/*header part*/
.header{

	height: 110px;
	position: relative;
	margin:0px auto;
	overflow: hidden;
	margin-top:-500px; z-index:55;
}
.header .inner,.content .inner{
	width: 1100px;
	position: relative;
	margin:0px auto;
/*	border:1px solid #ff0000;*/
}
.header .inner{
	height: 110px;
	z-index: 9;
}

.header .top-links{
	position: absolute;
	top: 8px;
	right: 56px;
	z-index: 99;
}
.header .top-links li{
	float: left;
}
.header .top-links a{
	color: #eedc9c;
}
.header .top-links a span{
	display: inline-block;
	margin:0px 8px;
}
.header .main-nav{
	display: inline-block;
	position: absolute;
	left: 50%;
	margin-left: -493px;
	bottom: 0px;
	z-index: 9;
}
.header .main-nav li{
	float: left;
}
.header .main-nav a{
	display: block;
	height: 105px;
	background-image: url(../images/navBtn_bg.png);
	background-repeat: no-repeat;
}
.header .main-nav a:hover{
	background-image: url(../images/navBtn_hover_bg.png);
	background-repeat: no-repeat;
}
.header .main-nav a.active{
	background-image: url(../images/navBtn_active_bg.png);
	background-repeat: no-repeat;
}
.header .main-nav a.home{
	width: 249px;
	background-position: 0px 0px;
}
.header .main-nav a.join{
	width: 245px;
	background-position: -249px 0px;
}
.header .main-nav a.star{
	width: 243px;
	background-position: -493px 0px;
}
.header .main-nav a.live{
	width: 250px;
	background-position: -735px 0px;
}
.header .flash-wrap{
    height: 759px;
    position: absolute;
    width: 1920px;
    left:50%;
    margin-left: -960px;
    top: 0px;
    z-index: 2;
    overflow: hidden;
}
.fixedbar{
	display: block;
	position: fixed;
	z-index: 299;
	left: 50%;
	top: 651px;
	margin-left: 494px;
	width: 122px;
	height: 103px;
}
.fixedbar a{
	display: block;
	background: url(../images/fixed_bar.html) top center;
	width: 122px;
	height: 103px;
}
.fixedbar a:hover{
	background: url(../images/fixed_bar_hover.html) top center;
}


