html, body  {
    height:100%;
    width:100%;
    background: url(../images/ny25s1_main_bg.jpg) 100% 100% no-repeat;
    background-size: cover;
    overflow: hidden;
    -webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none; /* Safari */
    -moz-user-select: none; /* Firefox */
    -ms-user-select: none; /* Internet Explorer/Edge */
    user-select: none; /* Non-prefixed version, currently
                              supported by Chrome and Opera */
}
body {
    margin:0;
    padding:0;
    overflow:auto;
    text-align:center;
    background-color: #FFFFFF;
}
object:focus { outline:none; }

.navBtn{
    opacity: 0;
    transition: 300ms;
}
.navBtn:hover{
    opacity: 1;
    cursor: pointer;
    transition: 300ms;
}

.gameContainer{
    width: 100%;
    margin:0 auto;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
}

.gameFrameContainer{
    display: block;
    margin: auto;
    width: 100%;
}

.totalContainer{
    display: block;
    width: 100%;
    height: 100%;
    margin: auto;
    position: relative;
}

