 /*body{
	background:#841010 url('bg.gif') center repeat;
	margin: 0 auto;
	padding:5px;
	font-family: Verdana, PMingLiU;
	font-size: 12px;
	color: #000;
	text-align: left;
}

 img {max-width: 100%;height: auto;}
 select{font-family: Verdana, Arial}
 th{background:#CEDAEA;border-bottom:1px solid #819FC7}*/



 body {
	font-family: Arial, Helvetica, sans-serif;/*设置字体*/
	font-size: 12px;
	background-color: #999999;/*背景颜色*/
	
	margin: 0px;/*边距为0*/
	padding: 0px;/*补白为0，这里假如你不要边框和补白一般最好设置一下0值。就像做表格里的一样*/
	/*background-image: url('body_bg.gif');背景图像位置*/
	/*background-repeat: repeat-x;背景图像的重复方向*/
                /*color: #888888;前景颜色*/
	
	
}
img {
	max-width: 100%;height:auto;/*图片的宽度（max-width只对非IE核心浏览器有效）*/
	border: none;/*无边框*/
}
select {
	font-family: "Times New Roman", Times, serif;
}

/*#container{
	width:819px;
	text-align:center;
	margin: auto;
	height:100%;
	/*background:url(skins/dnxh10/cont_bg.jpg) repeat-y;
	background-color:#6D6348;
	border-left-color:#FFFFFF;
	border-left-width:1px;
	border-left-style:solid;
	
	border-right-color:#FFFFFF;
	border-right-width:1px;
	border-right-style:solid;
	
	}
	
#header {
	width:816px;height:110px;text-align:left;background:url(skins/dnxh10/top.jpg) no-repeat;
	}
	
#foot {
width:816px;height:85px;text-align:center;background:url(skins/dnxh10/bottom.jpg) no-repeat;
}*/


