* {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

html {
    overflow: hidden;
}

body, html {
    margin: 0;
    padding: 0;
    background-color: #333333;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    /*text-align: center;*/
}
#gamediv {
    margin: 0;
    padding: 0;
    height: 100%;
    /*height: 960px;*/
    min-height:  960px;
    width: 100%;
    display: block;
}

#canvas {
    background-color: #64B5DF;
    padding: 0;
    position:absolute;
    /*margin-left: -320px;
    margin-top: -500px;
    top:50%;
    left:50%;
    visibility: hidden;*/
}
#loader {
    width: 100%;
    height: 100%;
    top: 50%;
    left: 50%;
    position: absolute;
    margin-top: -50px;
    margin-left: -50px;
    background: url('loader.gif') no-repeat 50% 50%;
    display: block !important;
    z-index: 3;
}