/*Stylesheet*/
body,
html {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-touch-callout: none;
  -webkit-text-size-adjust: none;
  -webkit-user-select: none;
  margin: 0;
  padding: 0;
  font-family: Arial, Verdana, sans-serif;
  font-size: 12px;
  font-weight: normal;
  color: #ccc;
  background-color: #000000;
  overflow: hidden;
  height: 100%;
}

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