body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #c8996f;
}


/* 网站链接总的css定义:可定义内容为链接字体颜色、样式等 */
a{text-decoration: none;} /* 链接无下划线,有为underline */ 
a:link {color: #482505;line-height: 16pt;text-decoration: none;} /* 未访问的链接 */
a:visited {color: #482505; line-height: 16pt;text-decoration: none;} /* 已访问的链接 */
a:hover{color: #fdecdc; line-height: 16pt;text-decoration: none;} /* 鼠标在链接上 */ 
a:active {color: #482505; line-height: 16pt;text-decoration: none;} /* 点击激活链接 */

/* body的css定义:对应css中“body”，可定义内容为网页字体颜色、背景、浏览器边框等 */
body
{
margin:0px;
font-size: 13px;
background-position:center;
text-decoration: none;
scrollbar-face-color: #d7bea8;
scrollbar-highlight-color: #d7bea8; scrollbar-shadow-color: #482505; scrollbar-3dlight-color: #482505; scrollbar-arrow-color: #c8996f; scrollbar-track-color: #c8996f; scrollbar-darkshadow-color: #d7bea8;
}






.a_bg {
	background-image: url(../images/lanb.gif);
	background-repeat: repeat-x;
	background-position: top;
	height: 100%;
}

.b_bg {
	background-image: url(../pic/b_01.jpg);
	background-repeat: no-repeat;
	background-position: bottom;
}
.text {
	font-family: "宋体";
	font-size: 13px;
	line-height: 15pt;
	color: #361c04;
}

.about {
	font-family: "宋体";
	font-size: 13px;
	line-height: 20pt;
	color: #361c04;
}
#zbjd {
	background-image: url(../pic/c_09.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
}
#lxgc {
	background-image: url(../images/a_29.jpg);
	background-repeat: no-repeat;
	background-position: bottom;
}
