body {
  padding-left: 150px;
  padding-top: 99px;
}

div.menu iframe {
  position: fixed;
  overflow: hidden;
  border: none;
  top: 0px;
  left: 0px;
  width: 149px;
  height: 100%;
  z-index: 1;
}

div.head iframe {
  position: absolute;
  overflow: hidden;
  border: none;
  top: 0;
  left: 0;
  width: 100%;
  height: 99px;
  z-index: 0;
}