body {
    cursor: none;

    margin: 0px;
    padding: 0px;
    width: 100%;
    background-image: url(img/bodybghex.png);
    background-repeat: repeat;
    overflow:hidden;
    
}
canvas {
    display: block;
    margin-top: 0px;
    margin-left: auto;
    margin-right: auto;
    position: absolute;
-webkit-tap-highlight-color: transparent;
}
#canvasTop {
    border-left: dashed #D7D7D7 3px;
    border-right: dashed #D7D7D7 3px;
    border-top: dashed #D7D7D7 1px;
    border-bottom: dashed #D7D7D7 1px;
    z-index: 1;
}
#orientationDiv {
    margin: 0 auto;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url(img/rotate-phone.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-color: #D8D9DA;
    display: none;
    z-index: 999;
}