
#content_wrap{
  width: 1000px;
}
  #c_top{
    background-image: url(../img/body_top_big.png);
    width: 1000px;
  }
  
  #c_left{
    float: left;
    width: 200px;
    text-align: left;
    padding: 10px 0 0 25px;
  }
  
  #c_right{
    float: right;
    width: 200px;
    text-align: right;
    padding: 10px 25px 0 0;
  }
    
  #c_bottom{
    background-image: url(../img/body_bottom_big.png);
    width: 1000px;
  }
