  body,
  html {
    margin: 0;
    height: 100%;
    padding: 0;
  }

  #div_main {
    position: relative;
    width: 100%;
    min-height: 100%;
    _height: 100%;
    margin: -20px 0 0 0;
    background-image: url('../images/main.gif');
    background-repeat: repeat-y;
    background-position: top center;
  }

  #div_topmargin {
    background-color: #FFFFFF;
    position: relative;
    width: 100%;
    height: 24px;
    margin: 0;
    padding: 0;
  }

  #div_content {
    position: relative;
    width: 868px;
    margin: 0 auto;
  }

  #div_header {
    background-image: url('../images/header.jpg');
    background-repeat: no-repeat;
    background-position: top center;
    margin: 0;
    padding: 0;
    height: 307px;
    text-align: center;
  }

  #div_bottom {
    position: relative;
    width: 100%;
    height: 20px;
    background-image: url('../images/main.gif');
    background-repeat: repeat-y;
    background-position: top center;
    margin: 0;
    padding: 0;
  }

  #div_report_bg {
    position: absolute;
    top: 0px; left: 0px;
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    opacity: 0.7;
    filter: alpha(opacity=70);
    background-color: #C0C0C0;
    z-index: 120;
    visibility: hidden;
    overflow: hidden;
  }

  #div_report {
    position: absolute;
    top: 50%; left: 50%;
    width: 600px;
    min-height: 90px;
    _height: 90px;
    margin-left: -300px;
    margin-top: -45px;
    background-color: #FFFFFF;
    border: 1px #6D9ED8 solid;
    opacity: 1;
    filter: alpha(opacity=100);
    z-index: 140;
    visibility: hidden;
  }

  .rpPadding {
    padding: 3px;
  }