  *,
  body,
  html {
      margin: 0px;
      padding: 0px;

  }

  a img {
      outline: none;
  }

  img {
      border: 0;
  }

  #content {
      position: absolute;
      width: 968px;
      height: 248px;
      background-color: #24386a;
  }

  #background_exit_dc {
      position: absolute;
      width: 970px;
      height: 250px;
      -ms-transform: scale(0.8);
      -webkit-transform: scale(0.8);
      transform: scale(0.8);
      left: -97px;
      top: -25px;
      cursor: pointer;
      z-index: 600;
  }

  #outer_wrapper {
      border: 1px solid #000;
      position: absolute;
      width: 968px;
      height: 248px;
      position: absolute;
      top: 0px;
      left: 0px;
      overflow: hidden;
      z-index: 199;
  }

  .retina {
      position: absolute;
      left: 0;
      top: 0;
      width: 970px;
      height: 250px;
  }

  .hide {
      opacity: 0;
      z-index: 5;
  }

  #bg {
      z-index: 1;
  }

  #text_bg {
      z-index: 3;
  }











  #guide {
      opacity: 0.5;
      z-index: 99999;
  }
