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

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

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

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

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

.fade {
    background-color: #0073ae;
    position: absolute;
    width: 300px;
    height: 250px;
}

.content {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 300px;
  height: 250px;
}
.head1 {
  background-image: url("head1.png");
  position: absolute;
  left: 48px;
  top: 83px;
  width: 210px;
  height: 23px;
}
.head2 {
  background-image: url("head2.png");
  position: absolute;
  left: 14px;
  top: 83px;
  width: 278px;
  height: 23px;
}
.head3 {
  background-image: url("head3.png");
  position: absolute;
  left: 65px;
  top: 65px;
  width: 169px;
  height: 53px;
}
.cta {
  background-image: url("cta.png");
  position: absolute;
  left: 202px;
  top: 208px;
  width: 75px;
  height: 19px;
}
.logo {
  background-image: url("logo.png");
  position: absolute;
  left: 22px;
  top: 200px;
  width: 153px;
  height: 34px;
}
.image1 {
  background-image: url("image1.png");
  position: absolute;
  left: 0px;
  top: 0px;
  width: 300px;
  height: 185px;
}
.image2 {
  background-image: url("image2.png");
  position: absolute;
  left: 0px;
  top: 0px;
  width: 300px;
  height: 185px;
}
.bluePanel {
  background-color: #0073ae;
  position: absolute;
  left: 0px;
  top: 0px;
  width: 300px;
  height: 185px;
}

