/*#########################################################
########### 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: 598px;
    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: 600px;
}
/*.head {
  background-image: url("../images/head.png");
  position: absolute;
  left: 10px;
  top: 335px;
  width: 135px;
  height: 153px;
}*/
.head1 {
  background-image: url("../images/head1.png");
  position: absolute;
  left: 50px;
  top: 335px;
  width: 55px;
  height: 25px;
}
.head2 {
  background-image: url("../images/head2.png");
  position: absolute;
  left: 14px;
  top: 368px;
  width: 127px;
  height: 24px;
}
.head3 {
  background-image: url("../images/head3.png");
  position: absolute;
  left: 10px;
  top: 399px;
  width: 135px;
  height: 89px;
}

.cta_text {
  background-image: url("../images/cta_text.png");
  position: absolute;
  left: 101px;
  top: 544px;
  width: 101px;
  height: 16px;
}
.buttonback {
  background-image: url("../images/buttonback.png");
  position: absolute;
  left: 62px;
  top: 533px;
  width: 180px;
  height: 39px;
}
.hand {
  background-image: url("../images/hand.png");
  position: absolute;
  left: 122px;
  top: 78px;
  width: 25px;
  height: 60px;
}
.catBlink {
  background-image: url("../images/catBlink.png");
  position: absolute;
  left: 236px;
  top: 125px;
  width: 16px;
  height: 6px;
}
.girlBlink {
  background-image: url("../images/girlBlink.png");
  position: absolute;
  left: 164px;
  top: 63px;
  width: 53px;
  height: 23px;
}
.girl {
  background-image: url("../images/girl.png");
  position: absolute;
  left: 0px;
  top: 8px;
  width: 300px;
  height: 273px;
}
.bag {
  background-image: url("../images/bag.png");
  position: absolute;
  left: 130px;
  top: 310px;
  width: 160px;
  height: 206px;
}
.background {
  background-image: url("../images/background.png");
  position: absolute;
  left: 0px;
  top: 0px;
  width: 300px;
  height: 600px;
}
