body {
    margin: 0px 0px 0px 0px; /* the extra 1px allows the iOS inner/outer check to work */
    background: #000;
}

body{
  margin:0;
  padding:0;
  overflow:hidden;
  border:none
  }

html {
    -webkit-overflow-scrolling: touch !important;
}

#orientation {
    margin: 0 auto;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url(../images/orientation2.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-color: rgb(0, 0, 0);
    z-index: 999;
    display: none;
}

canvas {
  margin-left: auto !important;
  margin-right: auto !important;

}

#aeriaGamesAd {
    background-color: white;
}

#menu-button {
    position: absolute;
    width: 40px;
    height: 40px;
    right: 1%;
    top: 150px !important;
    bottom: auto !important;
    background-image: url("../images/menu_icon.png");
    background-position: center center;
    background-repeat: no-repeat;
    background-size:100%;
}

#menu-content {
    position: absolute;
    margin-width: 0px;
    padding:0;
}


#yjg-menu {
  border: 8px gray solid;
}

#menu_yg {
    z-index: 11000;
    position: absolute;
    padding: 0;
    margin: 0;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background-color: #AAA;
}

#side-menu {
    height: 100%;
}

#menu-header {
    height: 0% !important;
    margin-bottom: 0px !important;
    border-bottom: 0px !important;
}

