@charset "utf-8";
html, body, div, p {
  margin:0;
  padding:0;
}

a img {
  border:none;
}

#realAd {
  padding:0;
  width:511px;
  height:402px;
  position:relative;
  overflow:hidden;
  cursor: pointer;
}

#realContent {
  width:511px;
  height:402px;
}
.realBG {
  position:absolute;
  display:none;
  z-index:1;
}
.call {
  position:absolute;
  left:511px;
  bottom:0px;
  display:none;
  z-index:10;
}
.bottom {
  /*bottom:0px;*/
}
.mid {
  /*bottom:51px;*/
  /*left:145px;*/
}
.top {
  /*bottom:102px;*/
  /*left:285px;*/
}

