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

#wrapper{
    height: 100%;
    width: 100%;
}

#content{
    height: 100%;
    width: 100%;
}

canvas {
    height: 100%;
    width: 100%;
}
