@charset "utf-8";
*{
margin:0;
padding:0;
}
img{
border:0;
}
body{
font-family:"宋体";
font-size:12px;
color:#000;
line-height:18px;
width:1003px;
margin:0 auto;
background:url(../images/bg.jpg) #fff no-repeat center top;
 
}
ul,li{
list-style:none;
}
a{
color:#000;
text-decoration:none;
}
a:hover{
color:#f60;
}
.clear{
clear:both;
}
.fleft{
float:left;
}
.fright{
float:right;
}
