/* CSS Document */
/*全局样式*/
body{
	margin:0;
	padding:0;
	font-family: "宋体" "宋体",Arial;
	font-size:12px;
	color:#666;
	background:#fff;
	line-height:20px;
	background-image: url(bg2.gif);
	background-repeat:repeat-x;

}
#head {
width: 960px;
margin: auto;
height: 120px;
}
