 body{
  padding:93px 0 0 0;
 } 
 div#headerhome{
  position:absolute; top:0;
  left:0;
  width:100%;
  height:93px;
 }
 @media screen{
  body>div#headerhome{
   position:fixed;
  }
 }
 * html body{
  overflow:hidden;
 } 
 * html div#contenthome{
  height:100%;
  overflow:auto;
 }