.bannerSize {
	width: 300px;
	height: 250px;
}

#bg {
	background: #ffffff;
}

#gradient {
	background: url(img/gradient.png);
	background-size: contain;
}

#frame1 {
	background: url(img/frame1.jpg);
}

#frame1_2 {
	background: url(img/frame1_2.jpg);
}


#underlay_1 {
	background: url(img/underlay_1.jpg);
	background-size: contain;
}

#underlay_2 {
	background: url(img/underlay_2.jpg);
	background-size: contain;
}

#overlay {
	background: url(img/overlay.png);
	background-size: contain;
}


#star1 {
	background: url(img/star1a.png);
}

#star2 {
	background: url(img/star2a.png);
}

#star3 {
	background: url(img/star3a.png);
}

#star4 {
	background: url(img/star4.png);
}

#star5 {
	background: url(img/star5.png);
}


#txt4 {
	background: url(img/txt4.png);
}

#txt3 {
	background: url(img/txt3.png);
}

#txt2 {
	background: url(img/txt2.png);
}

#txt1 {
	background: url(img/txt1.png);
}

#logo {
	position: absolute;
	top: 0px;
	background: url(img/logo.png);
}

#cta { 
	background: url(img/cta.png);
	background-size: contain;
}

#arrow { 
	background: url(img/arrow.png);
	background-size: contain;
}

#ctaOver {
    left: 83px;
    top: 164px;
    width: 135px;
    height: 25px;
    background: #FFF;
    overflow: hidden;
}

#sheen { 
	position: absolute;
    left: 0px;
    top: 164px;
	width:79px; 
	height:29px; 
	background: url(img/sheen.png) no-repeat;
}

/* legal */

#legal_over {
    position: absolute;
    left: 0px;
    pointer-events: none;
    top: 0px;
    background-size: contain;
    background-color: rgba(0, 0, 0, 0.85);
}

#legal_hover {
    position: absolute;
    top: 19px;
    right: 22.6px;
    text-decoration: underline;
	font-size: 10px;
	z-index: 100;
}

#legal_txt {
    text-align: center;
    font-size: 12px;
    font-weight: 300;
}

.text {
    white-space: pre-line;
    word-wrap: break-word;
    /* IE>=5.5 */
    white-space: -moz-pre-wrap;
    /* For Fx<=2 */
    color: #ffffff;
    font-family: "Ubuntu", sans-serif;
    font-weight: 500;
    visibility: hidden;
    cursor: pointer;
    padding: 10px 13px;
    font-size: 13px;
}

.verticalAlignCenter {
    /* Internet Explorer 10 */
    display: -ms-flexbox;
    -ms-flex-pack: center;
    -ms-flex-align: center;
    /* Firefox */
    display: -moz-box;
    -moz-box-pack: center;
    -moz-box-align: center;
    /* Safari, Opera, and Chrome */
    display: -webkit-box;
    -webkit-box-pack: center;
    -webkit-box-align: center;
    /* W3C */
    display: box;
    box-pack: center;
    box-align: center;
}


