#body-background{
  background: url('../layout_gfx/header_background.jpg') no-repeat top center;
  min-height: 776px;
  min-width : 1000px;
  text-align: center;
  margin: 0 auto;
  position: relative;
}

#body-full {
  width: 1000px;
  text-align: center;
  margin: 0 auto;
  position: relative;
/*  padding-top: 58px;*/
}

#header {
  height: 233px;
  width: 1000px;
  padding: 0;
  margin: 0;
  position: relative;
  /*
  border: 1px solid red;
  */
  
}
  #body-box {
    width: 1000px;
    background: url('../layout_gfx/footer-fix.jpg') no-repeat bottom center;
  }
  #footer {
    height: 501px;
    margin:0 auto;
    position:relative;
    text-align:center;
    background: url('../layout_gfx/footer_background.jpg') no-repeat top center;
    background-color: #0D3018;
  }