body {
  margin:0;
  border:0;
  padding:0;
  height:100%; 
  max-height:100%; 
  background:#fef0f0; 
  overflow: hidden;
  text-align:center;
  }
 
/* for internet explorer */
* html body {
	padding: 0 0 63px 0;
}
 
#container {
  position:fixed;
  top:0px;
  overflow:auto;
  left:0;
  bottom:60px; 
  right:0;
  padding:5px;
  }
 
* html #container {
  height:100%;
  width:100%;
  }
 
#footer {
  position:absolute; 
  bottom:0; 
  left:0;
  width:100%; 
  height:60px; 
  overflow:auto; 
  text-align:right; 
  background:url(images/navback.jpg) repeat-x White;
  }
  
* html #footer {height:60px;}
