<style type="text/css">

p {color:#3e6afb; font-family: Arial, sans-serif; font-size: 10px;}
body {font-family: Arial, sans-serif; font-size: 10px; height: 100%; margin: 0; padding: 0;}
td {font-size: 12px;}

A:link {color: #670001;}
A:visited {color: #670001;}
A:active {color: #670001;}
A:hover {color: #670001;}

 body{
  margin:0;
  padding:110px 0 0 135px;
  background:#cd9967;
 }
 div#header{
  position:absolute;
  top:0;
  left:0;
  width:500%;
  height:100px;
  background:#fcf485;
 }
 div#left-sidebar{
  position:absolute;
  top:100px;
  left:0;
  width:125px;
  height:1000px;
  background:#fcf485;
  color: #000000;
 }
 div#content{
  position:static;
  left:100px;
  top:100px;
  width:100%;
  height:2200px;
  background:#cd9967;
  color:#000000;
 }
 @media screen{
  body>div#header{
   position:fixed;
  }
  body>div#left-sidebar{
   position:fixed;
  }
 }
 * html body{
  overflow:hidden;
 }
 * html div#content{
  height:100%;
  overflow:auto;
 }
</style>