@charset "utf-8";
/* CSS Document */
body{
	background-color: #CBD0D6;
	background-image: url(bg1.jpg);
	background-repeat: repeat-x;
	background-position: top;
	margin:0;
	text-align:center;
}
body,td,th,div,ul,li{
	font-family: 'Arial', 'Helvetica', 'sans-serif', '宋体';
	font-size: 12px;
	line-height: 24px;
	color: #5E6577;
}
div{
	margin:0;
	text-align: left;
}
form,img{
	border:0;
	margin:0;
}
a{
	font-size:12px;
	line-height:24px;
	text-decoration: none;
}
a:link{
	color: #5E6577;
}
a:visited{
	color: #5E6577;
}
a:hover{
	color: #FF0000;
	text-decoration:underline
}
#bg{
	height:100%;
	text-align:center;
	background-image: url(bg.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}