
body {
    margin: 0;
    padding: 60px 0 0 0;
}
  
#page {
    margin: 0px auto;
    width: 100%;
}
  
#header {
    position: fixed;
    top: 0;
    width: 100%;
    padding: 15px 20px;
    background-color: #F7F7F7;
    font-size: 20px;
    color: #FFFFFF;
}
#footer {
  background-color: #FFFFF4;
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 90px;
  color: white;
}
#content {
    height: 100%;
    overflow: auto;
    padding: 0% 1% 0% 1%;
    width: 98%;
}
