body{
   margin:0px;
   padding:0px;
   background-image:url(image/bg.gif);
}
.main{
   width:800px;
   margin:0px 5px;
   background-color:#ffffff;
}
.header{
   width:800px;
   height:90px;
   margin:0px auto;
   background-image:url(image/headerbg.gif);
}
.title{
   float:left;
}
.menu{
   margin:55px 0px 0px 0px;
   float:right;
   background-color:#EFEFEF;
}
.footer{
   width:800px;
   height:110px;
   font-size:12px;
   text-align:left;
   background-image:url(image/logo.gif);
   background-repeat:no-repeat;
   background-position:bottom center;
}
.footerinfo{
   font-size:12px;
   text-align:right;
}
.bg1{
   width:810px;
   position:relative;
   margin:0px auto;
   background-color:#ff0000;
}
.bg2{
   width:810px;
   height:5px;
   position:relative;
   margin:0px auto;
   background-color:#ff0000;
}