@charset "utf-8";
/* CSS Document */

* {
	margin:0;
	padding:0;
	width:100%;
	height:100%;
	color:#2F1725
}
body {
	margin:0;
	padding:0;
	width:100%;
	height:100%;
}
a {
	text-decoration:none;
	padding:0;
	margin:0;
	border:none;
	color:#999999;
}
img {
	text-decoration:none;
	border:none;
	width:100%;
	height:100%;
}
a:hover {
	color:#000000;
}
/* Clearfix */
/* For modern browsers */
.cf:before, .cf:after {
	content:"";
	display:table;
}
.cf:after {
	clear:both;
}
/* For IE 6/7 (trigger hasLayout) */
.cf {
	zoom:1;
}

#anim{
	background:url(../bg/base.jpg) repeat-y;
	width:1920px;
	height:100%;
	z-index:-1;
	position:fixed;
	left:0px;
	top:0px;
}

#main {
	width:1160px;
	height:660px;
	margin:0 auto;
	padding-left:26px;
	top:20px;
	position:relative;
	background:url(../bg/bg.png) no-repeat;
}

#mybook{
	top:28px;
	width:630px;
	height:435px;
	position:relative;
	left:0px;
	right:0px;
	float:left;
	border:#9F9E60 5px solid;
	display:block;
	z-index:10;
}

#mybook img{
	width:315px;
	height:435px;
}

#about{
	background:#e3d4a6 url(../bg/abg.jpg) no-repeat;
	height:435px;
	padding-left:25px;
	padding-top:85px;
	width:315px;
}

#about span{
	font-size:12px;
	color:#55432D;
	display:block;
	line-height:17px;
}

#about img{
	height:40px;
	width:200px;
}


#staff{
	top:22px;
	width:375px;
	height:345px;
	margin-left:28px;
	position:relative;
	background:url(../bg/sbg.jpg);
	float:left;
	border:#938A4A 5px solid;
	display:block;
	padding-top:15px;
	padding-left:25px;
	z-index:8;
}

#rect{
	float:left;
	width:140px;
	color:#524432;
	font-size:12px;
	line-height:17px;
}

#bunner{
	position:relative;
	left:280px;
	top:44px;
	width:465px;
	height:100px;	
}

#rect img{
	width:12px;
	height:12px;
}