/* author:mazzy
   date:2010.1.5 */
* {
	margin:0px;
	padding:0px;
}
body, div, dl, dt, dd, ul, ol, li, 
h1, h2, h3, h4, h5, h6, pre, code, 
form, fieldset, legend, input, button, 
textarea, p, blockquote, th, td, a {
	margin: 0;
	padding: 0;
} 
body {
	font-family:"宋体",Arial, Helvetica, sans-serif;
	font-size:12px;
	
	}
li {
	list-style-type: none;
	
}
a {
	text-decoration:none;
	color:#818181;
}
a:hover{ color:#000;}
img {
	border:none; 
}
#container {
	width:1000px;
	margin:0 auto;
	/*background:#ffffff;height:600px;*/
}
.clear{ clear:both;}
