#header {
  height:150px;
}

#footer {
  height:15px;
}

* html #footer {
  height:17px;
}

#contents {
  position : absolute;
  top:152px;
  bottom:15px;
}

* html #contents
{
    height : 80%;
    width : 100%;
}
