canvas {
    z-index:-1;
    position:fixed;
    left:0px;
    top:0px;
    right:0px;
    bottom:0px;
    width:100%;
    height:100%;
}
html,body{
    height:100%;
}