#wpbody, #wpbody-content, #wpcontent, #wpwrap, body, html {
    height: 100% !important;
    background: #eee !important;
}

#wpcontent, #wpfooter {
    margin-left: 140px;
}

#wordherd-iframe-container {
    position: absolute;
    top: 0;
    height: 100% !important;
    width: 100% !important;
    left: 0;
    background: #eee;
}
#wordherd-iframe-container iframe {
    position: absolute;
    top: 0;
    border: 0 none transparent !important;
    padding: 0 !important;
    height: 100% !important;
    width: 100% !important;
    left: 0;
    background: #eee;
}