body {
  margin-top : 0px;
  margin-right : auto;
  margin-bottom : 0px;
  margin-left : auto;
  width : 100%;
  height : 100%;
  overflow : hidden;
}
html {
  height : 100%;
  overflow : hidden;
}
#sub {
  margin-left : auto;
  width : 100%;
  height : 45px;
  position : absolute;
  overflow : hidden;
  z-index : 100;
  background-color : transparent;
}
div#main {
  padding-top : 45px;
  height : 100%;
  width : 100%;
  overflow : auto;
}
