body {
  margin:0;
  border:0;
  padding:0;
  height:100%; 
  max-height:100%; 
  overflow: hidden; 
  }

#header {
  position:absolute; 
  top:0; 
  left:0; 
  width:100%; 
  height:173px; 
  overflow: hidden;   
  }
    
#footer {
  position:absolute; 
  bottom:0; 
  left:0;
  width:100%; 
  height:87px; 
  overflow:hidden; 
  text-align:center; 
  background:#2629DA;
  }

#contents {
  position:fixed; 
  top:173px;
  left:0px;
  bottom:87px; 
  right:0px; 
  overflow-y:scroll; 
  background:#fff;
  }
  
  /* for internet explorer */

* html body {
  padding:173px 0 87px 0px; 
  }

* html #contents {
  height:100%; 
  width:100%;
  padding:0px 0px 0px 0px; 
 
  }