body { padding: 0; margin:0;}
* {box-sizing: border-box}


/* ------------------- change dimensions of ad here -----------*/
#dtvAd {
    width: 728px; height: 90px;
    position: relative;
    overflow: hidden;
    visibility:hidden;
    border-style: solid;
    border-color: black;
    border-width: 1px;
    display: inline-block;
    background-color:#1f1f1f;
    cursor: pointer;
}

#dtvAd:hover {
    /*opacity: .5;*/
}


.pageElement{
    position: absolute;
}

#topPanel {
    width: 728px;
    height: 90px;
    background: #ff00a9;
    top:0px;
    left:0px;
    opacity:0;
}

/* ------------------ text blocks ------------------- */
#img1, #img2, #img3, #img4, #img5, #img6, #img7, #img8, #img9, #end{
    left: 0px; top: 0px;
    /*opacity:0;*/
}

#end-txt1{
    left:0px; top:0px;
}

/* --------------- logos ---------------- */
#logo{
    position: absolute;
    width: inherit;
    top: 0px; left: 0px;
}


/* ------------------ call to action buttons - roll on and roll off ------------------- */

#legal{
    left: 0px; top:0px;
}

#legalRoll{
    top: 0px; left:0px;
    opacity:0;
}

#cta {
    border-radius: 7px;
    background-color: rgb(0, 159, 219);
    left: 588px;
    top: 29px;
    width: 116px;
    height: 27px;
}

#ctaTxt {
    top: 7px; left:18px;
}


#legalPop {
    width: 80px;
    height: 25px;
    background: #ffffff;
    top:215px;
    left:90px;
    opacity:0;
}

#sheenHolder{
    border-radius: 8px;
    /*background: black;*/
    box-shadow: 0px 1px 0px 0px rgba(251, 77, 27, 0.004),inset 0px 1px 0px 0px rgba(253, 196, 107, 0.004);
    left: 588px;
    top: 29px;
    width: 116px;
    height: 27px;
    overflow:hidden;
}


#sheen{
    width: 300px; height: 45px;
    top:0; left:-300px;
    display: inline-block;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+0,ffffff+50,ffffff+100&0+0,0.3+51,0+100 */
    background: -moz-linear-gradient(left,  rgba(0,0,0,0) 0%, rgba(255,255,255,0.29) 50%, rgba(255,255,255,0.3) 51%, rgba(255,255,255,0) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(left,  rgba(0,0,0,0) 0%,rgba(255,255,255,0.29) 50%,rgba(255,255,255,0.3) 51%,rgba(255,255,255,0) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right,  rgba(0,0,0,0) 0%,rgba(255,255,255,0.29) 50%,rgba(255,255,255,0.3) 51%,rgba(255,255,255,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#00ffffff',GradientType=1 ); /* IE6-9 */

}
