@charset "gb2312";
body {
	background-image: url(images/background.gif);
}
body,div,p,input,a {
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
}
form {
	margin: 0px;
	padding: 0px;
}
form label{
	line-height:160%;
	margin:5px 0px;
}
textarea,input {
	border:1px solid #666;
}
textarea {
	overflow-y: auto;
}
a:link {
	color: #FFF;
}
a:visited {
	color: #FFF;
}
a:hover {
	text-decoration: none;
	color: #CCC;
}
.copyright{
	background-color:#252122;
	padding:10px 0;
	text-align:center;
	color:white;
}
#wrap {
	width: 910px;
	margin:0px auto;
}
#wrap #header {
	background-image: url(images/page_01.jpg);
	height: 310px;
	text-align:right;
	padding-top:20px;
}

#wrap #show {
	background-image: url(images/page_04.jpg);
	height: 310px;
	text-align:right;
	padding-top:59px;
}
.bookleft{
	width:483px;
	float:left;
}
.bookright{
	width:417px;
	height:304px; 
	float:left;
	background-image: url(images/page_07.jpg);
	padding:28px 0 0 10px;
}
.clearfloat { /* 此类应当放在 div 或 break 元素上，而且该元素应当是完全包含浮动的容器关闭之前的最后一个元素 */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
