html, body { /* Allow the #wrapper div to stretch 100% in both directions */
    height: 100%;
    width: 100%;
    margin: 0;
    overflow:hidden;
  }
#wrapper { /* necessary because it for some reason doesn't work with the iframe */
    position: absolute;
    top: 94px;
    bottom: 0;
    left: 0;
    right: 0;
}
#frame {
    width: 100%;
    height: 100%;
    border:1;
}
