#container #header {
  height: 128px; }
#container #main {
  background: none;
  height: 700px;
  width: 735px;
  background-image: url(/images/bkg-bottom-short.gif);
  background-position: top;
  background-repeat: no-repeat;
  background-color: #8cc40d;
  padding: 25px; }
  #container #main #content-container {
    position: absolute;
    top: 65px;
    left: 20px;
    width: 748px;
    background-image: url(/images/bkg-main-box-middle.gif);
    background-repeat: repeat-y; }
    #container #main #content-container #content {
      width: 680px;
      overflow: hidden;
      margin: 0 10px 0 10px;
      padding: 0 25px 0 35px; }
  #container #main #content-container-top {
    position: absolute;
    top: 55px;
    left: 20px;
    width: 748px;
    height: 10px;
    background-image: url(/images/bkg-main-box-top.gif);
    background-repeat: no-repeat; }
  #container #main #content-container-bottom {
    position: absolute;
    bottom: 20px;
    left: 20px;
    width: 748px;
    height: 10px;
    background-image: url(/images/bkg-main-box-bottom.gif);
    background-repeat: no-repeat; }
