



.frameHolder
{
 
    transform-origin:50% 0%;
    -ms-transform-origin:50% 0%; /* IE 9 */
    -webkit-transform-origin:50% 0%; /* Safari and Chrome */
    overflow:hidden;
    margin: auto;
    margin-left: -425px;
    margin-top: -658px;

    position:relative;
    height: 586px;
    width: 850px;
    left: 50%;
    z-index:2;
    text-align: center;  
    vertical-align: top;
    top:14px;
}


#button_play {
  left: 360px;
  top: 440px;
  z-index:10;
  cursor: pointer;
position: absolute;  
}


#touch_right {
left: -4px;
position: relative;
}

#touch_up {
    left: 482px;
    position: relative;
    top: -5px;
}


.gameContainer {
 width:  100%;
 height: 100%;

}

.frame_pos{
  
}

.frame_ele{

    transform-origin:50% 0%;
    -ms-transform-origin:50% 0%; /* IE 9 */
    -webkit-transform-origin:50% 0%; /* Safari and Chrome */

    overflow:hidden;
    margin: auto;
    margin-left: -672px;
    margin-top: -57px;

    position:absolute;
    height: 702px;
    width: 1344px;
    left: 50%;
    z-index:-1;
    text-align: center;  
    vertical-align: top;
}



body
{
    width: 100%;
    height: 100%;
    overflow:hidden;
    margin: 0;
    padding: 0;
    background-color: #000000;  
}

.notouches {
-webkit-touch-callout: none;
-webkit-user-select: none;
-khtml-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
}