@charset "utf-8";
/* CSS Document */
body{
   background-color:#000;
   color:#fff;
   font-size:12px;
   text-align:center;
}
#main{
   text-align:center;
   width:1000px;
}
#footer{
   padding:10px 10px 10px 10px;
   width:980px;
   text-align: center;
   line-height:25px;
   background-color:#000000;
}