@charset "gb2312";
/* CSS Document */
body{
	font-size: 14px;
	margin:0px;
	padding:0px;
	background-color: #FAEDCA;
}
.header-top{
	/*头部*/
	font-size: 24px;
	background-color: #BF794F;
	border-bottom: 1px solid #000000;
	height: 40px;
	padding: 5px;
}
.content{
	/*中部内页*/
	padding: 5px;
	max-width:100%;
	word-break:break-all;
}
.foot{
	/* 底部*/
	padding: 5px;
	border-top: 4px solid #000000;
	background-color: #333333;
	color: #999999;
	text-align: center;
}
.foot a{
	color: #999999;
}
.footer{
	/*底部浮动*/
	line-height: 12px;
	bottom: 0px;
	background-color: #F36400;
	width: 100%;
	height: auto;
	text-align: center;
	position: fixed;
	filter: alpha(opacity=50);
	-moz-opacity: 1;
	-khtml-opacity: 1;
	opacity: 0.98;
}
.footer a{
	color: #FFFFFF;
}