body
  {
  margin: 0;
  padding: 120px 0 0 0;
  }
div.fixed
  {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 120px;
  background-color: #EEE0EE;
  }
@media screen
  {
  body>div.fixed
    {
    position: fixed;
    }
  }
div.content
{
padding-left: 10px;
padding-right: 10px;
}
/*
div.content
  {
  top: 120px;
  height: 100%;
  overflow: auto;
  }
*/
/*
div.content {
position: absolute; 
left:0;
top:120; 
bottom:0; 
width: 100%; 
overflow:auto;
}
*/