   body, html {
     height: 100%;
   }

    div#layout { /* exploder 5.5+ */
      position: absolute;
      left: 0px;
      top: 0px;
      overflow: hidden;
      text-align: center;
    }

    * > div#layout { /* normal browsers */
      min-width: 950px;
      min-height: 1000px;
      width: 100%;
      height: 100%;
    }

    div#container {
      position: relative;
      top: 0px;
      margin-top: 20px;
      margin-left: auto;
      margin-right: auto;
      text-align: left;
    }

    div#container div.content {
      height: 100%;
      width: 100%;
      margin-top: 20px;
      padding-top: 5px;
    }

    div#container div.footer {
      padding: 0px 8px 0px 8px;
      position: relative;
      top: -60px;
      height: 60px;
      text-align: left;
    }

    div#container div.container-top {
      position: absolute;
      left: 0px;
      padding-top: 0px;
      top: -20px;
      height: 20px;
    }

    div#container div.container-top-right {
      position: absolute;
      right: -1000px;
      top: -20px;
      width: 1000px;
      height: 20px;
    }

    div#container div.container-top-left {
      position: absolute;
      left: -1000px;
      top: -20px;
      width: 1000px;
      height: 20px;
    }

    div#container div.container-right {
      position: absolute;
      right: -1000px;
      top: 0px;
      width: 1000px;
    }

    div#container div.container-left {
      position: absolute;
      left: -1000px;
      top: 0px;
      width: 1000px;
    }
