body,
html {
    margin: 0;
    padding: 0;
    height: 100%;
    overflow: hidden;
}

#content {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0px;
}

#frame {
    position: fixed;
    top: 0px;
    bottom: 0px;
    right: 0px;
    width: 100%;
    border: none;
    margin: 0;
    padding: 0;
    overflow: hidden;
    z-index: 999999;
    height: 100%;
}