#header {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 7%;
}

#content {
  position: absolute;
  top:7%;
  left: 0px;
  width: 100%;
  height:200px;
  text-align: center;
  }
  