/*#########################################################
########### Delete Before Uploading #############
#########################################################*/

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

/*#########################################################
###########################################################
#########################################################*/

#banner {
    display: block;
    background-color: #e9eae5;
    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;
}


#background {
    background-color: #e9eae5;
    position: absolute;
    width: 300px;
    height: 250px;
    left: 0px;
    top: 0px;
}

#product-1 {
    background: url("../images/product-line.jpg");
    background-repeat: no-repeat;
    position: absolute;
    width: 1200px;
    height: 149px;
    left: 0px;
    top: 0px;
}

#headline {
    background: url("../images/head.png");
    background-repeat: no-repeat;
    position: absolute;
    width: 131px;
    height: 68px;
    left: 13px;
    top: 165px;
}

#date {
    background: url("../images/date.png");
    background-repeat: no-repeat;
    position: absolute;
    width: 113px;
    height: 14px;
    left: 165px;
    top: 215px;
}

#logo {
    background-image: url("../images/logo.png");
    background-repeat: no-repeat;
    position: absolute;
    width: 39px;
    height: 39px;
    left: 10px;
    top: 10px;
}

#logo_back {
    background-color: #000000;
    position: absolute;
    width: 300px;
    height: 250px;
    left: 0px;
    top: 0px;
}

#cta_text {
    background-image: url("../images/cta_text.png");
    background-repeat: no-repeat;
    position: absolute;
    width: 97px;
    height: 8px;
    left: 173px;
    top: 199px;
}

#cta_btn {
    background-color: #f15d2f;
    position: absolute;
    width: 128px;
    height: 24px;
    border-radius: 3px;
    left: 158px;
    top: 191px;
}

#bg-exit {
  background-color: rgba(255,255,255,0);
  cursor: pointer;
  height: 100%;
  left: 0px;
  position: absolute;
  top: 0px;
  width: 100%;
}

.promoContent {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 300px;
  height: 250px;
}
.promo {
  background-image: url("../images/promo.png");
  position: absolute;
  left: 22px;
  top: 90px;
  width: 254px;
  height: 41px;
}
.promoDate {
  background-image: url("../images/promoDate.png");
  position: absolute;
  left: 59px;
  top: 144px;
  width: 183px;
  height: 18px;
}

.orangePanel {
  border-radius: 3px;
  background-color: rgb(241, 93, 47);
  position: absolute;
  left: 0px;
  top: 0px;
  width: 300px;
  height: 250px;
}