div#container {
  width: 1200px;
  position: relative;
  margin: 0 auto 0 auto;
  text-align: left;
}
body {
  background-color: #f5f5f5;
  color: #000000;
  font-family: Tahoma;
  font-weight: normal;
  font-size: 13px;
  line-height: 1.1875;
  margin: 0;
  text-align: center;
}
#defload {
  position: absolute;
  left: 580px;
  top: 242px;
  width: 40px;
  height: 40px;
  z-index: 0;
}
@media only screen and (min-width: 980px) and (max-width: 1199px) {
  div#container {
    width: 980px;
  }
  body {
    background-color: #f5f5f5;
    background-image: none;
  }
  #defload {
    left: 470px;
    top: 242px;
    width: 40px;
    height: 40px;
    visibility: visible;
    display: inline;
  }
}
@media only screen and (max-width: 979px) {
  div#container {
    width: 320px;
  }
  body {
    background-color: #f5f5f5;
    background-image: none;
  }
  #defload {
    left: 140px;
    top: 242px;
    width: 40px;
    height: 40px;
    visibility: visible;
    display: inline;
  }
}
#playerlayer {
  z-index: 10000 !important;
}
#defload {
  z-index: -1;
}
#lding {
  color: #4f4f4f;
  text-align: center;
  font-size: 40px;
}
