/*#########################################################
########### 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;
    visibility: hidden;
}

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

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

#product-1 {
    background: url("../images/product-1.png") no-repeat;
    position: absolute;
    width: 271px;
    height: 188px;
    left: 15px;
    top: -29px;
}

#product-2 {
    background: url("../images/product-2.png") no-repeat;
    position: absolute;
    width: 271px;
    height: 188px;
    left: 285px;
    top: -29px;
}

#product-3 {
    background: url("../images/product-3.png") no-repeat;
    position: absolute;
    width: 271px;
    height: 188px;
    left: 558px;
    top: -29px;
}

#product-4 {
    background: url("../images/product-4.png") no-repeat;
    position: absolute;
    width: 271px;
    height: 188px;
    left: 835px;
    top: -28px;
}

.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: 77px;
  top: 144px;
  width: 147px;
  height: 15px;
}
.orangePanel {
  border-radius: 3px;
  background-color: rgb(241, 93, 47);
  position: absolute;
  left: 0px;
  top: 0px;
  width: 300px;
  height: 250px;
}

#headline {
    background: url("../images/head.png");
    position: absolute;
    width: 266px;
    height: 19px;
    left: 17px;
    top: 168px;
}

#headline2 {
    background: url("../images/head2.png");
    position: absolute;
    width: 271px;
    height: 15px;
    left: 15px;
    top: 165px;
}

#subhead {
    background: url("../images/subhead.png");
    position: absolute;
    width: 167px;
    height: 26px;
    left: 16px;
    top: 182px;
}

#logo {
    background-image: url("../images/logo.png");
    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");
    position: absolute;
    width: 97px;
    height: 8px;
    left: 102px;
    top: 210px;
}

#cta_btn {
    background-color: #f15d2f;
    position: absolute;
    width: 138px;
    height: 24px;
    border-radius: 3px;
    left: 81px;
    top: 202px;
}

#date {
    background-image: url("../images/date.png");
    position: absolute;
    width: 100px;
    height: 13px;
    left: 100px;
    top: 224px;
}
