body {margin: 0px;}

#container {
	background-color: black;
	cursor: pointer;
	display: none;
	overflow: hidden;
	position: absolute;
	pointer-events: none;
    width: 728px;
	height: 90px;
}

#container * {
	position: absolute;
}


#border{
    border: 1px solid gray;  
	width: 100%;
	height: 100%;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

#clickthru{
	width: 100%;
	height: 100%;
	pointer-events: auto;
}

/*-------------- SPRITE -------------*/
.sprite { background: url('sprite.png') no-repeat top left; width: 208px; height: 198px; background-size: 208px 198px;  } 
.sprite.cta-text1 { background-position: 0 0; width: 103px; height: 13px; } 
.sprite.legal { background-position: 0 -18px; width: 179px; height: 45px; } 
.sprite.logo { background-position: 0 -68px; width: 99px; height: 48px; } 
.sprite.t1-1 { background-position: 0 -121px; width: 60px; height: 16px; } 
.sprite.t1-2 { background-position: 0 -142px; width: 92px; height: 13px; } 
.sprite.t1-3 { background-position: 0 -160px; width: 133px; height: 17px; } 
.sprite.t1-4 { background-position: 0 -182px; width: 208px; height: 16px; } 
/*--------- SPRITE POSITION ---------*/


.t1-1 {top: 5px;left: 10px;} 
.t1-2 {top: 6px;left: 74px;} 
.t1-3 {top: 6px;left: 169px;} 
.t1-4 {top: 6px;left: 293px;} 
.legal {bottom: -1px;left: 433px;} 
.logo {bottom: -1px;left: 0px;} 
.cta-text1, .cta-text2 {top: 5px;left: 8px;} 
.cta-text2 { opacity:0 } 
.circle {
    background-color: white;
    border-radius: 30px;
}
.circle1 {
    width: 78px;
    height: 27px;
    top: 32px;
    left: 15px;
}
/*-------- IMAGES | POSITION --------*/
img {
	width: 100%;
	height: auto;
	display: block;
}
.bg, .shadow{
	width: 100%;
	height: 100%;
}
.cta {
    width: 120px;
    height: 23px;
    top: 60px;
    left: 596px;
}