body{
  margin:0 0 0 0;
  padding:0 0 0 0;
  
 }
 
 div#footer{
  position:absolute;
  bottom:0;
  width:100%;
  height:60px;
  background:transparent;
  z-index:9999999;
 }
 
 div#header{
  position:absolute;
  top:0;
  width:100%;
  height:60px;
  background:transparent;
  z-index:9999999;
  position:fixed;
 }

 @media screen{
 
  body>div#footer{
   position: fixed;
  }
  
  body>div#header{
   position: fixed !important;
  }
  
 } 

 * html body{
  overflow:hidden;
 } 
 
 * html div#content{
  height:100%;
  overflow:auto;
 }
 
 

