@charset "utf-8";
/* CSS Document */ 

#all  {
  width: 1000px;
  height: 625px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 0px;
  
  }
  
#header  {
  float: left;
  Margin-top: 0px;
  
  }
  
#left  {
  float: left;
  Width: auto;
  margin-top: 0px;
  background-color:#000000;
  
}
  
#right  {
  float: left;
  width: 100%;
  
  
  }
  
#footer  {
  float: left;
  width: 100%;
  clear: both;
  text-align: right;
  margin-top: 0px;
  
  }
  
  