/* set your initial positions in the javascript, not the CSS, put attributes you'll not be animating here */


/* css reflects all the divs named in the html */


/* creates the green background box */


#bk {

    background-image: url(imgs/bk.jpg);
}

#bk_White {

    background-color: #fff;
    opacity: .95;
    width:970px;
    height:250px;
}




/*#overlay {

    background-image: url(imgs/overlay.png);

}
*/

#wrapper {}



#wrapper2 {}

#copy01 {

    background-image: url(imgs/copy01.png);
    position: absolute;

    top: 0px;
    left: 0px;
    width:970px;
    height:250px;
}

#copy02 {

    background-image: url(imgs/copy02.png);
    position: absolute;
    top: 0px;
    left: 0px;
    width:970px;
    height:250px;
}

#copy03 {

    background-image: url(imgs/copy03.png);

    position: absolute;
    top: 0px;
    left: 0px;
    width:970px;
    height:250px;
}

#copy04 {

    background-image: url(imgs/copy04.png);

    position: absolute;
    top: 0px;
    left: 0px;
    width:970px;
    height:250px;
}

#copy05 {

    background-image: url(imgs/copy05.png);

    position: absolute;
    top: 0px;
    left: 0px;
    width:970px;
    height:250px;
}



#copy07 {

    background-image: url(imgs/copy07.png);

    position: absolute;
    top: 0px;
    left: -4px;
    width:970px;
    height:250px;
}

#cta {
    top: 0;left: 0;position: absolute;
    background-image: url(imgs/cta.png);
}

#logo {top: 0;left: 0;position: absolute;
    background-image: url(imgs/logo.png);
}

#mask01 {
    position: absolute;
    overflow: hidden;
    top: 0px;
    left: 0px;
    height: 200px;
    width: 400px;
    /* background-color: floralwhite;*/
}


#cta_bk {
    position: absolute;
    overflow: hidden;
    top: 140px;
    left: 736px;
    height: 47px;
    width: 191px;
    border-radius: 0px;
    z-index: 600;
    /* background-color: floralwhite;*/
}

#shimmer {
    top: 0px;
    left: -237px;
    height: 59px;
    width: 236px;
    opacity: .8;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,ffffff+49,ffffff+52,ffffff+100&0+35,1+49,1+52,0+67 */
    background: -moz-linear-gradient(-45deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 35%, rgba(255, 255, 255, 1) 49%, rgba(255, 255, 255, 1) 52%, rgba(255, 255, 255, 0) 67%, rgba(255, 255, 255, 0) 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(-45deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 35%, rgba(255, 255, 255, 1) 49%, rgba(255, 255, 255, 1) 52%, rgba(255, 255, 255, 0) 67%, rgba(255, 255, 255, 0) 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(135deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 35%, rgba(255, 255, 255, 1) 49%, rgba(255, 255, 255, 1) 52%, rgba(255, 255, 255, 0) 67%, rgba(255, 255, 255, 0) 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#00ffffff', GradientType=1);
    /* IE6-9 fallback on horizontal gradient */
}