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

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

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

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

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

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

#head1 {
    position: absolute;
    width: 191px;
    height: 23px;
    left: 53px;
    top: 155px;
    background-image: url("../images/head1.png");
}

#head2 {
    position: absolute;
    width: 179px;
    height: 21px;
    left: 53px;
    top: 181px;
    background-image: url("../images/head2.png");
}

#cta_text {
    position: absolute;
    width: 66px;
    height: 12px;
    left: 118px;
    top: 257px;
    background-image: url("../images/cta_text.png");
}

#cta {
    position: absolute;
    width: 300px;
    height: 24px;
    left: 0px;
    top: 250px;
    background-color: #0047bb;
}

#photo1 {
    position: absolute;
    width: 284px;
    height: 136px;
    left: 8px;
    top: 8px;
    background-image: url("../images/photo1.jpg");
}

#photo2 {
    position: absolute;
    width: 284px;
    height: 136px;
    left: 8px;
    top: 8px;
    background-image: url("../images/photo2.jpg");
}

#photo3 {
    position: absolute;
    width: 284px;
    height: 136px;
    left: 8px;
    top: 8px;
    background-image: url("../images/photo3.jpg");
}

#whitepanel {
    position: absolute;
    width: 300px;
    height: 44px;
    left: 00px;
    top: 146px;
    background-color: #ffffff;
}

#logo {
    position: absolute;
    width: 121px;
    height: 30px;
    left: 169px;
    top: 210px;
    background-image: url("../images/logo.png");
}
