<style type="text/css">
 body {
  margin: 0px;
  padding: header-250px 0 footer-50px 0;
  font-family: helvetica, sans-serif;
 }
 
 div#header {
  position:absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 250px;
  background-repeat: no-repeat;
 }
 
 div.menu {
  position: absolute;
  width: 765px;
  height: 30px;
  left: 215px;
  top: 230px;
  border: 0px;
}
 
 div#footer {
  position:absolute;
  bottom:0;
  left:0;
  width:100%;
  height:50px;
  background-repeat: no-repeat;
 }
 
 @media screen{
  body>div#header{
   position:fixed;
  }
  body>div#footer{
   position:fixed;
  }
 }
 * html body{
  overflow:hidden;
 } 
  html div#content{
  width: 980px;
  padding-top: 250px;
  padding-bottom: 50px;
  height:100%;
  overflow:auto;
 }

table {
  padding: 0px;
  margin: 0px;
}

td.content1 {
  width: 190px;
  font-size: 12px;
  text-align: right;
  margin:0px;
  padding: 0px;
  padding-right: 10px;
  font-family: helvetica, sans-serif;
}

td.content2 {
  width: 400px;
  font-size: 12px;
  margin: 0px;
  padding: 0px;
  padding-left: 10px;
  border-left: 3px solid #ee3224;
  font-family: helvetica, sans-serif;
} 
</style>
