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

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

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

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

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

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

#head1 {
    background: url("../images/head1.png");
    position: absolute;
    width: 263px;
    height: 74px;
    top: 25px;
    left: 20px;
    clip:rect(0px 263px 74px 0px);
}

#head2 {
    background: url("../images/head2.png");
    position: absolute;
    width: 184px;
    height: 13px;
    top: 82px;
    left: 75px;
}

#head3 {
    background: url("../images/head3.png");
    position: absolute;
    width: 264px;
    height: 39px;
    top: 41px;
    left: 17px;
}

#kids {
    background: url("../images/kids.png");
    position: absolute;
    width: 165px;
    height: 133px;
    top: 117px;
    left: 0px;
}

#logo {
    background: url("../images/logo.png");
    position: absolute;
    width: 83px;
    height: 75px;
    top: 113px;
    left: 187px;
}

#cta {
    background: url("../images/cta.png");
    position: absolute;
    width: 105px;
    height: 21px;
    top: 204px;
    left: 181px;
}