/*#########################################################
########### Delete Before Uploading To Sizmek #############
#########################################################*/

#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;
    cursor: pointer;
    -moz-user-select: -moz-none;
    -khtml-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

/*body {
    background-color: gray;
}*/

#background {
    background-image: url("../images/background.jpg");
    position: absolute;
    width: 300px;
    height: 250px;
    top: 0px;
    left: 0px;
}


#head1 {
    background-image: url("../images/head1.png");
    position: absolute;
    width: 214px;
    height: 12px;
    left: 46px;
    top: 33px;
}


#head2 {
    background-image: url("../images/head2.png");
    position: absolute;
    width: 265px;
    height: 41px;
    left: 20px;
    top: 55px;
    clip:rect(0px 265px 41px 0px);
}


#cta {
    background-image: url("../images/cta.png");
    position: absolute;
    width: 68px;
    height: 9px;
    left: 115px;
    top: 117px;
}

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