html {
  height: 100%; 
  max-height: 100%; 
  padding: 0;
  margin: 0; 
  border: 0; 
  background: #fff; 
  font-family: Verdana, Arial, sans-serif;
  font-size: 11px;
  /* hide overflow:hidden from IE5/Mac */ 
  /* \*/ 
  overflow: hidden; 
  /* */ 
}

body {
  height: 100%;
  max-height: 100%;
  overflow: hidden;
  padding: 0;
  margin: 0;
  border: 0;
}

#content {
  position: absolute;
  z-index: 3;
  top: 40px;
  bottom: 30px;
  left: 0px;
  right: 0px;
  overflow: auto;
}
* html #content {top:0; left:0; right:0; bottom:0; height:100%; max-height:100%; width:100%; overflow:auto; position:absolute; z-index:3; border-top:40px solid #fff; border-bottom:30px solid #fff; border-left:0px solid #fff; border-right:0px solid #fff;}

#header {
  position: absolute;
  display:block;
  margin: 0;
  top: 0;
  left: 0;
  width: 100%;
  height: 40px;
  z-index: 5;
  overflow: hidden;
}

#footer {
  position: absolute;
  z-index: 5;
  display: block;
  margin: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 30px;
  overflow: hidden;
}

#scrolltext {
  width: 809px;
  margin-top: 30px;
  font-size: 12px;
  color: #662430;
}

.home_bg { background: #000033; }

#footer { font-size: 10px; color: #000033; }
#footer ul { margin: 0; padding: 0; list-style: none; font-size: 10px; }
#footer li { float: left; display: block; padding-right: 20px; line-height: 14px; }
#footer a { text-decoration: none; color: #000033; }
#footer a:hover { color: #000033; }