body { 
  padding: 0px;
  margin: 0px;
  text-align: justify;
  font-size: medium;
  }
#header {
  position: absolute;
  width: 8in;
  height: 50px;
  top: 0;
  right: 0;
  bottom: 50px;
  left: 0;
  overflow: hidden;
  background-color: black;
  padding: 5px;
}
#sidebar {
  display: none;
}
#main {
  position: relative;
  border: 0;
  width: auto;
  height: auto;
  top: 60px;
  left: 0px;
  color: black;
  padding: 0px 0px 0px 1.5em;
  margin: 0px;
}
