html, body, #canvas {
    margin: 0px;
    padding: 0px
}
html, body {
    height: 100%;
}
#canvas {
    height: 92%;
}