body {margin: 0px;}
#container {
	background-color: black;
	border: 1px solid gray;
	box-shadow: inset 0 0 0 1px gray;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	cursor: pointer;
	display: none;
	overflow: hidden;
	position: absolute;
	width: 970px;
	height: 250px;
	pointer-events: none;
}

#container * {
	position: absolute;
}

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

/*-------------- SPRITE -------------*/
.sprite { background: url('sprite.png') no-repeat top left; width: 180px; height: 244px; background-size: 180px 244px;  } 
.sprite.logo2 { background-position: 0 0; width: 17px; height: 17px; } 
.sprite.logo2b { background-position: 0 -22px; width: 17px; height: 17px; } 
.sprite.logo3 { background-position: 0 -44px; width: 18px; height: 18px; } 
.sprite.t3 { background-position: 0 -67px; width: 95px; height: 17px; } 
.sprite.t4 { background-position: 0 -89px; width: 91px; height: 25px; } 
.sprite.t2 { background-position: 0 -119px; width: 135px; height: 15px; } 
.sprite.t1 { background-position: 0 -139px; width: 180px; height: 35px; } 
.sprite.logo1 { background-position: 0 -179px; width: 20px; height: 20px; } 
.sprite.t5 { background-position: 0 -204px; width: 88px; height: 14px; } 
.sprite.t6 { background-position: 0 -223px; width: 180px; height: 21px; }  

/*--------- SPRITE POSITION ---------*/
.logo1 {top: 13px;left: 11px;}
.logo2-cont{top: 14px;left: 10px;}
.logo3{top: 13px;left: 8px;}
.t1 {top: 108px;left: 131px;}
.t2 {top: 15px;left: 40px;}
.t3 {top: 15px;left: 36px;}
.t4 {top: 117px;left: 677px;}
.t5 {top: 15px;left: 32px;}
.t6 {top: 195px;left: 394px;}



/*-------- IMAGES | POSITION --------*/
img {
	width: 100%;
	height: auto;
	display: block;
}

.bg{
	width: 970px;
	height: 250px;
}
#logoG{
	width: 41px;
	height: 41px;
	top: 105px;
	left: 54px;
}

.t2-cont{
	background-color:#ffffff;
	border-radius: 25px;
	width: 191px;
	height: 45px;
	top: 104px;
	left: 321px;
	overflow: hidden;
}
.t3-cont{
	background-color:#ffffff;
	border-radius: 7px;
	width: 140px;
	height: 44px;
	top: 104px;
	left: 525px;
	overflow: hidden;
}
.t5-cont{
	background-color:#ffffff;
	border-radius: 7px;
	width: 127px;
	height: 44px;
	top: 104px;
	left: 778px;
	overflow: hidden;
}

.circ {
	background-color: white;
	width: 49px;
	height: 49px;
	top: 100px;
	left: 50px;
	border-radius: 50%;
}
