/* CSS reset */
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,input,img,button,textarea,p,blockquote,th,td {
	margin: 0;
	padding: 0;
}
body {
	font-family: "微软雅黑", Arial, Helvetica, sans-serif;
	font-size: 12px;
	background: url(../images/bg.png) repeat-x;
	height:1597px;
}
ul,li {
	list-style: none;
}
a,a:hover { 
	text-decoration: none; 
}
img {
	border:none;
}