@charset "gb2312";
/* CSS Document */
.book_body{
	width:1000px;
	height:auto;
	margin:0 auto;
	margin-top:200px;
}
.book_div{
	width:1000px;
	height:230px;
	float:left;
	background:url(Imagesbook_div.png) no-repeat bottom;
}
.book_bg{
	width:101px;
	height:155px;
	float:left;
	margin-left:80px;
	margin-top:5px;
	background:url(Imagesbook_bg.png) no-repeat;
	position:relative;
}
.book_bg .img{
	width:96px;
	height:144px;
	float:left;
	margin-left:5px;
	margin-top:6px;
}
.book_bg .byear{
	width:101px;
	height:28px;
	line-height:28px;
	position:absolute;
	bottom:5px;
	opacity:.60;
	filter: alpha(opacity=60);
	background-color:#4d3e3a;
	color:#FFF;
	font-size:14px;
	font-weight:bold;
	text-align:center;
}
.book_bg .byear a{color:#FFF;}







