html, body {
    padding:0px;
    margin:0px;
    overflow: hidden;
}

#myCanvas {
    border:1px solid red;
    width:100%;
    height:100%;
}
