body {
  margin:0;
  border:0;
  padding:0;
  height:100%; 
  max-height:100%; 
  background:#18704E; 
  font-family:arial, verdana, sans-serif; 
  font-size:76%;
  overflow: hidden; 
  }

#header {
  position:absolute; 
  top:0; 
  padding-left:204px;
  height:34px; 
  width:86%;
  *width:100%;
  overflow: hidden;     
  }
  
#nav {
  position:absolute; 
  top:0px; 
  bottom:0px; 
  left:0; 
  width:204px; 
  height:100%; 
  overflow: hidden; 
  }   
  
   
#footer {
  position:absolute; 
  bottom:0; 
  left:0;
  width:100%; 
  height:0px; 
  overflow:hidden; 
  text-align:center; 
  background:#DADEE1;
  }


#contents {
  position:fixed; 
  top:34px;
  left:204px;
  bottom:0px; 
  right:0px; 
  overflow:auto; 
  background:#ffffff;
  }

  /* for internet explorer */

* html body {
  padding:34px 0 0px 0px; 
  }

* html #contents {
  height:100%; 
  width:100%;
  padding:0px 0 0px 204px; 
 
  }