/* CSS Document */
*{
	margin:0;
	padding:0;
	list-style-type:none;
}
a,img{
	border:0;
	}
body{
	background:url(../images/wrap_bg_bound.jpg) no-repeat scroll center 30px #4B0F0E;
}
				/*----------------------------------顶部导航栏-----------------------------*/
.top{
	width:100%;
	height:30px;
	margin:0 auto;
	background:url(../images/header_bg.png) repeat-x scroll 0 0;
}
.top .top_nav{
	width:1200px;
	height:30px;
	margin:0 auto;
}
.top .top_nav .logo{
	float:left;
	display:inline-block;
	width:200px;
	height:30px;
	}
.top .top_nav p{
	height:30px;
	line-height:30px;
	font-size:12px;
	display:inline-block;
	float:left;
}
.top .top_nav .lieyan{
	width:450px;
	height:30px;
	border-left:1px solid #777;
	border-right:1px solid #777;
	display:inline-block;
	float:left;
	margin:0px 15px 0px 10px;
}
.top .top_nav .top_login,.top .top_nav .top_register,.top .top_nav .logout,.top .top_nav #logout{
	display:inline-block;
	float:right;
	margin:3px 15px 0px 0px;
	font-size:14px;
	width:34px;
	height:17px;
	border:1px solid #aaa;
	text-decoration:none;
	padding:3px 2px 2px 3px;
	letter-spacing:2px;
	color:#333;
}
.top .top_nav #top_end .word2{
	float:right;
	margin-right:30px;
}
.top .top_nav #top_end .content{
	float:right;
	margin-right:30px;
}
.top .top_nav .top_login:hover,.top .top_nav .top_register:hover,.top .top_nav .logout:hover{
	color:#C30;
	border:1px solid #777;
}
					/*---------------------------登录部分---------------------------*/
#login_bg{
	width:100%;
	height:100%;
	background:#000;
	position:fixed;
	z-index:1002;
	opacity:0.5;
	filter:alpha(opacity=50);
}
#login{
	width:330px;
	height:230px;
	background:#fff;
	top:200px;
	left:470px;
	position:fixed;
	z-index:1003;

}
#login .login_top{
	width:330px;
	height:40px;
	background:url(../images/login_header.png) repeat-x;
	text-align:center;
	line-height:40px;
	font-size:16px;
	font-weight:bold;
	color:#777;
	letter-spacing:1px;
	cursor:move;
}
#login .login_top #close{
	width:14px;
	height:14px;
	background:url(../images/close.png) no-repeat scroll;
	float:right;
	margin:12px 10px 0px 0px;	
	cursor:pointer;
}
#login .login_content{
	width:330px;
	height:175px;
	margin-top:15px;
}
#login .login_content #user,#login .login_content #pass,#login .login_content #button{
	width:330px;
	text-align:center;
	margin-bottom:18px;
	font-size:14px;
	color:#777;
}
#login .login_content #other{
	width:320px;
	height:20px;
	text-align:right;
	color:#777;
}
#login .login_content #other a{
	text-decoration:none;
	font-size:12px;
	color:#777;
}
#login .login_content #text_username,#login .login_content #text_password{
	height:25px;
	width:180px;
	line-height:25px;
	font-size:14px;	
}
#login .login_content #submit{
	background:url(../images/login_button.png) no-repeat scroll;
	width:107px;
	height:30px;
	margin:0 auto;
}
.wrap{
	width:1000px;
	height:950px;
	margin:0 auto;
	/*border:1px solid #FFF;*/
}
.wrap .wrap_middle{
	width:1000px;
	height:300px;
	margin:0 auto;
	background:url(../images/wrap_bg_middle.jpg) no-repeat scroll center 0 ;
	/*border:1px solid #FFF;*/
}
.wrap .main{
	width:600px;
	height:600px;
/*	border:1px solid #FFF;*/
	margin:-80px 0px 0px 200px;
	background:url(../images/true.png) no-repeat scroll center center;
	position:relative;
}
.wrap .main .gift1,.wrap .main .gift2,.wrap .main .gift3,.wrap .main .gift4,.wrap .main .gift5{
	width:100px;
	height:100px;
	/*border:1px solid #FFF;*/
}
.wrap .main .gift1{
	top:140px;
	left:210px;
	position:absolute;
	background:url(../images/ball01.png) no-repeat scroll center center;
}
.wrap .main .gift1:hover{
	background:url(../images/ball1.png) no-repeat scroll center center;
}
.wrap .main .gift2{
	top:190px;
	left:310px;
	position:absolute;
	background:url(../images/ball02.png) no-repeat scroll center center;
}
.wrap .main .gift2:hover{
	background:url(../images/ball2.png) no-repeat scroll center center;
}
.wrap .main .gift3{
	top:240px;
	left:220px;
	position:absolute;
	background:url(../images/ball01.png) no-repeat scroll center center;
}
.wrap .main .gift3:hover{
	background:url(../images/ball1.png) no-repeat scroll center center;
}
.wrap .main .gift4{
	top:350px;
	left:150px;
	position:absolute;
	background:url(../images/ball01.png) no-repeat scroll center center;
}
.wrap .main .gift4:hover{
	background:url(../images/ball1.png) no-repeat scroll center center;
}
.wrap .main .gift5{
	top:350px;
	left:390px;
	position:absolute;
	background:url(../images/ball02.png) no-repeat scroll center center;
}
.wrap .main .gift5:hover{
	background:url(../images/ball2.png) no-repeat scroll center center;
}