 body{
  margin:0;
  padding:6.5em 0 25px 0;
 }
 div#layoutHeader{
  position:absolute;
  top:0;
  left:0;
  width:100%;
  height:6.5em;
  min-width:750px;
  z-index:10000;
 }
 div#layoutFooter{
  position:absolute;
  bottom:0;
  left:0;
  width:100%;
  height:25px;
  background-color:#CCCCFF;
  min-width:750px;
  z-index:10000;
 }
 @media screen{
  body>div#layoutHeader{
   position:fixed;
  }
  body>div#layoutFooter{
   position:fixed;
  }
 }
 * html body{
  overflow:hidden;
 } 
 * html div#layoutContent{
  height:100%;
  overflow:auto;
  padding:1em 0 0 0;
  margin:0;
  min-width:750px;
 }