html, body {
    height: 100%;
}

div {
    height: 100%;
}

object {
    width: 100%;
    min-height: 100%;
    overflow:auto;
    border:none;
}  