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: 300px;
	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: 300px; height: 235px; background-size: 300px 235px;  } 
.sprite.t1 { background-position: 0 0; width: 300px; height: 32px; } 
.sprite.logo3 { background-position: 0 -37px; width: 12px; height: 12px; } 
.sprite.logo2b { background-position: 0 -54px; width: 11px; height: 12px; } 
.sprite.logo1 { background-position: 0 -71px; width: 12px; height: 12px; } 
.sprite.t5 { background-position: 0 -88px; width: 59px; height: 17px; } 
.sprite.t3 { background-position: 0 -110px; width: 64px; height: 17px; } 
.sprite.t4 { background-position: 0 -132px; width: 300px; height: 35px; } 
.sprite.logo2 { background-position: 0 -172px; width: 11px; height: 12px; } 
.sprite.t2 { background-position: 0 -189px; width: 92px; height: 18px; } 
.sprite.t6 { background-position: 0 -212px; width: 184px; height: 23px; } 

/*--------- SPRITE POSITION ---------*/
.logo1 {top: 9px;left: 9px;}
.logo2-cont{top: 9px;left: 7px;}
.logo3{top: 8px;left: 6px;}
.t1 {top: 33px;left: -1px;}
.t2 {top: 9px;left: 27px;}
.t3 {top: 9px;left: 23px;}
.t4 {top: 139px;left: -1px;}
.t5 {top: 8px;left: 21px;}
.t6 {top: 140px;left: 57px;}



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

.bg{
	width: 300px;
	height: 250px;
}
#logoG{
	width: 33px;
	height: 33px;
	top: 90px;
	left: 133px;
}

.t2-cont{
	background-color:#ffffff;
	border-radius: 25px;
	width: 128px;
	height: 29px;
	top: 68px;
	left: 85px;
	overflow: hidden;
}
.t3-cont{
	background-color:#ffffff;
	border-radius: 5px;
	width: 93px;
	height: 29px;
	top: 108px;
	left: 102px;
	overflow: hidden;
}
.t5-cont{
	background-color:#ffffff;
	border-radius: 5px;
	width: 84px;
	height: 29px;
	top: 175px;
	left: 107px;
	overflow: hidden;
}

.circ {
	background-color: white;
	width: 39px;
	height: 39px;
	top: 86px;
	left: 130px;
	border-radius: 50%;
}

