html {
    width: 100%;
    height: 100%;
    min-height: 100%;
    background-color: #5A2E10;
    background-image: url(img/bgtile.png);
    background-repeat: repeat;
    background-position: center;

}

body {
    margin: 0px;
    padding: 0px;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

/*canvas {
    box-shadow: 0px 0px 25px #111111;
}*/
