body {
  margin:0;
  border:0;
  padding:0;
  height:100%; 
  max-height:100%; 
  background:#fff; 
  font-family:arial, verdana, sans-serif; 
  font-size:76%;
  overflow: hidden; 
  }

/* for internet explorer */
* html body {
  padding:181px 0 0 0; 
  }

  #Banner { background: url(../images/banner.jpg) rgb(198, 94, 94) no-repeat;
    background-position: left top;
    left:0;    
    top:0;
    height: 181px;
    width: 999px;
    position: absolute;
    overflow: hidden;
    z-index: 0;
    }
#home { border-style: none; border:0px; z-index:2; left:85%; top:10%; display: block; position: absolute; 
}
  #content { 
    position: fixed;
    width: 999px;
    height: 400px;
    top: 181px;
    bottom: 0;
    visibility: visible;
    z-index: 0;
    font-style: normal;
    text-align: center;
    font-size: 20px;
    font-weight: normal;
    overflow: scroll;
    display: inline;
    background: url(../images/body.jpg) rgb(198, 94, 94) no-repeat;
    background-attachment: scroll;
    }
  * html #content {  background-attachment: fixed;}
 