@charset "utf-8";
/* CSS Document */

#header {
	width:100%;
	height:768px;
	background:url(../image/header_bg5.jpg) no-repeat center 0;
}

#header #nav{
	width:1004px;
	margin:0 auto 20px;
	padding:20px 0 0 0;
	text-align:center;
}

#header #nav img {
	margin:0 8px;
}

#game_logo {
	width:900px;
	margin:40px auto 0;
	height:148px;
}
#game_logo div {
	width:190px;
	height:148px;
	cursor:pointer;
}

#start_game {
	width:100%;
	height:97px;
	*height:92px;
	margin:0 auto;
	text-align:center;
	background:url(../image/start_game_bg.gif) no-repeat center 100%;
}

#start_game div {
	position:absolute;
	z-index:1;
	left:50%;
	margin-left:-70px;
	margin-top:-40px;
}

#main {
	width:977px;
	margin:-490px auto 0;
	background:#000000;
}

#main_top {
	width:978px;
	height:12px;
	background:url(../image/content_top_bg.jpg) no-repeat 0 0;
}

#main_center {
	margin:auto;
	width:954px;
	height:auto;
	padding:0 12px;
	background:url(../image/content_center_bg.jpg) repeat-y 0 0;
}

#main_bottom {
	width:978px;
	height:16px;
	background:url(../image/content_bottom_bg1.jpg) no-repeat 0 0;
}


#main_center_bg {
	width:100%;
	height:100%;
	background:url(../image/content_left_bg1.jpg) no-repeat 0 100%;
}

/* 内容左边 */
#content_left {
	float:left;
	margin: 0 10px 0 0;
	height:100%;
}

/* 登录框 */
#login {
	color:#FFF;
	width:256px;
}

#login .block_top {
	width:256px;
	height:35px;
	background:url(../image/block.jpg) no-repeat 0 -35px;
}

#login .block_center table {
	margin:0 auto;
}

#login .block_center #register_forget #forget {
	color:#FFF;
}

#login .block_center #register a {
	color:#D5241E;
}

#login #passport {
	color:#A79081;
}

#login #passport, #login #password {
	width:150px;
}

#login_btn img {
	cursor:pointer;
}


/* 玩家信息 */
#user_info {
	color:#FFF;
	width:256px;
}

#user_info .block_top {
	width:256px;
	height:35px;
	background:url(../image/block.jpg) no-repeat 0 -35px;
}

#user_info table {
	width:100%;
	text-align:center;
	margin:0 auto;
}

#user_info a {
	text-decoration:underline;
}

#user_info a:hover {
	color:#D5241E;
}


/* 玩家指南 */
#manual {
	width:256px;
	height:129px;
	margin: 8px 0 0 0;
}

#manual a {
	color:#F9FF00;
}

#manual .block_top {
	width:256px;
	height:35px;
	background:url(../image/block.jpg) no-repeat 0 -70px;
}

#manual ul {
	padding:10px 20px;
	height:50px;
	text-align:center;
}

#manual li {
	list-style-type:none;
	float:left;
	width:106px;
	height:24px;
	line-height:24px;
	background:url(../image/li_icon.gif) no-repeat 13px center;
}

/* 职业介绍 */
#job .block_top {
	width:256px;
	height:35px;
	background:url(../image/block.jpg) no-repeat 0 -0;
}

#job .block_center {
	text-align:center;
}

#job .block_center img {
	margin:2px 0;
	cursor:pointer;
}


/* 内容右边 */
#content_right,#content_right_hd,#content_right_ft {
	background-image:url(../image/content_r_bg.jpg);
	background-repeat:no-repeat;
}

#content_right {
	float:left;
	background-repeat:repeat-y;
	width:685px;
}

#content_right_hd {
	background-position:-685px 0;
}

#content_right_ft {
	background-position:-1370px 100%;
	padding:23px 0 30px;
	min-height:500px;
}

.content_nav {
	text-align:right;
	width:631px;
	height:28px;
	margin:0 auto;
	padding:10px 12px 0 0;
}



/* 底部 */
#footer {
	clear:both;
	margin:30px auto 0;
	width:100%;
	height:98px;
	border-top:1px solid #58533F;
	text-align:center;
	color:#9A9897;
	background:url(../image/footer_bg.jpg) no-repeat center 0;
}
#footer p {
	margin:10px 0;
	text-align:center;
}
#footer a {
	color:#9A9897;
}
