/*###############################################
########### Delete Before Uploading #############
###############################################*/
 #ad {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-right: -50%;
    transform: translate(-50%, -50%);
}
/*###############################################
#################################################
###############################################*/

body {
    margin: 0;
}
#banner {
    display: block;
    background-color: #ffffff;
    border: rgb(0,0,0) 1px solid;
    width: 298px; height: 248px;
    position: relative;
    overflow: hidden;
    cursor: pointer;
    -moz-user-select: -moz-none;
    -khtml-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
    visibility: hidden;
}

#bg-exit {
    background-color: rgba(255,255,255,0);
    cursor: pointer;
    height: 100%;
    left: 0px;
    position: absolute;
    top: 0px;
    width: 100%;
}
.content {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 300px;
  height: 250px;
}
.cta_text {
  background-image: url("../images/cta_text.png");
  position: absolute;
  left: 197px;
  top: 209px;
  width: 76px;
  height: 12px;
}
.buttonback {
  background-image: url("../images/buttonback.png");
  position: absolute;
  left: 180px;
  top: 200px;
  width: 111px;
  height: 30px;
}
.head1 {
  background-image: url("../images/head1.png");
  position: absolute;
  left: 32px;
  top: 12px;
  width: 50px;
  height: 22px;
}
.head2 {
  background-image: url("../images/head2.png");
  position: absolute;
  left: 89px;
  top: 12px;
  width: 115px;
  height: 22px;
}
.head3 {
  background-image: url("../images/head3.png");
  position: absolute;
  left: 45px;
  top: 12px;
  width: 223px;
  height: 49px;
}
.hand {
  background-image: url("../images/hand.png");
  position: absolute;
  left: 71px;
  top: 118px;
  width: 15px;
  height: 36px;
}
.girlBlink {
  background-image: url("../images/girlBlink.png");
  position: absolute;
  left: 97px;
  top: 108px;
  width: 33px;
  height: 14px;
}
.catBlink {
  background-image: url("../images/catBlink.png");
  position: absolute;
  left: 141px;
  top: 146px;
  width: 10px;
  height: 4px;
}
.girl {
  background-image: url("../images/girl.png");
  position: absolute;
  left: 0px;
  top: 74px;
  width: 181px;
  height: 169px;
}
.bag {
  background-image: url("../images/bag.png");
  position: absolute;
  left: 159px;
  top: 69px;
  width: 141px;
  height: 177px;
}
.background {
  background-image: url("../images/background.png");
  position: absolute;
  left: 0px;
  top: 0px;
  width: 300px;
  height: 250px;
}
