body {margin: 0px;}

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

#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: 315px; height: 225px; background-size: 315px 225px;  } 
.sprite.cta-text1 { background-position: 0 0; width: 147px; height: 17px; } 
.sprite.legal { background-position: 0 -22px; width: 192px; height: 33px; } 
.sprite.t1-2 { background-position: 0 -60px; width: 188px; height: 19px; } 
.sprite.logo { background-position: 0 -84px; width: 140px; height: 68px; } 
.sprite.t1-1 { background-position: 0 -157px; width: 130px; height: 19px; } 
.sprite.t1-3 { background-position: 0 -181px; width: 315px; height: 20px; } 
.sprite.t1-4 { background-position: 0 -206px; width: 250px; height: 19px; } 

/*--------- SPRITE POSITION ---------*/


.t1-1 {top: 6px;left: 11px;} 
.t1-2 {top: 8px;left: 12px;} 
.t1-3 {top: 7px;left: 12px;} 
.t1-4 {top: 7px;left: 13px;} 
.legal {bottom: -1px;left: 762px;} 
.logo {bottom: -1px;left: 26px;} 
.cta-text1, .cta-text2 {top: 7px;left: 11px;} 
.cta-text2 { opacity:0 } 
.circle {
    background-color: white;
    border-radius: 30px;
}
.circle1 {
    width: 150px;
    height: 33px;
    top: 26px;
    left: 50px;
}
.circle2 {
    width: 214px;
    height: 33px;
    top: 70px;
    left: 50px;
}
.circle3 {
    width: 342px;
    height: 33px;
    top: 114px;
    left: 50px;
}
.circle4 {
    width: 278px;
    height: 33px;
    top: 157px;
    left: 50px;
}
/*-------- IMAGES | POSITION --------*/
img {
	width: 100%;
	height: auto;
	display: block;
}
.bg, .shadow{
	width: 100%;
	height: 100%;
}
.cta {
    width: 172px;
    height: 32px;
    top: 192px;
    left: 772px;
}