/*#########################################################
########### 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;
}
#blueBar {
    background-color: #0073ae;
    position: absolute;
    width: 300px;
    height: 57px;
    left: 0px;
    top: 192px;
}

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

#arrow {
    background: url("arrow.png") no-repeat;
    position: absolute;
    width: 325px;
    height: 66px;
    left: 0px;
    top: 0px;
}
#h1 {
    background: url("head1.png") no-repeat;
    position: absolute;
    width: 209px;
    height: 15px;
    left: 14px;
    top: 27px;
}

#h2 {
    background: url("head2.png") no-repeat;
    position: absolute;
    width: 219px;
    height: 35px;
    left: 15px;
    top: 17px;
}

#cta {
    background: url("cta.png");
    position: absolute;
    width: 98px;
    height: 20px;
    left: 189px;
    top: 212px;
}

#logo {
    background-image: url("logo.png");
    position: absolute;
    width: 148px;
    height: 33px;
    left: 15px;
    top: 202px;
}


#building {
    background-image: url("building.png");
    position: absolute;
    width: 300px;
    height: 219px;
    left: -1px;
    top: 0px;
}

