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: 600px;
	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: 198px; height: 246px; background-size: 198px 246px;  } 
.sprite.logo1 { background-position: 0 0; width: 19px; height: 19px; } 
.sprite.logo2 { background-position: 0 -24px; width: 17px; height: 17px; } 
.sprite.logo2b { background-position: 0 -46px; width: 17px; height: 17px; } 
.sprite.logo3 { background-position: 0 -68px; width: 20px; height: 20px; } 
.sprite.t2 { background-position: 0 -93px; width: 137px; height: 14px; } 
.sprite.t3 { background-position: 0 -112px; width: 94px; height: 17px; } 
.sprite.t1 { background-position: 0 -134px; width: 177px; height: 34px; } 
.sprite.t4 { background-position: 0 -173px; width: 90px; height: 26px; } 
.sprite.t5 { background-position: 0 -204px; width: 88px; height: 14px; } 
.sprite.t6 { background-position: 0 -223px; width: 198px; height: 23px; }  

/*--------- SPRITE POSITION ---------*/
.logo1 {top: 10px;left: 15px;}
.logo2-cont{top: 13px;left: 10px;}
.logo3{top: 11px;left: 6px;}
.t1 {top: 80px;left: 62px;}
.t2 {top: 12px;left: 42px;}
.t3 {top: 14px;left: 36px;}
.t4 {top: 250px;left: 105px;}
.t5 {top: 15px;left: 31px;}
.t6 {top: 222px;left: 51px;}



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

.bg{
	width: 300px;
	height: 600px;
}
#logoG{
	width: 38px;
	height: 38px;
	top: 166px;
	left: 129px;
}

.t2-cont{
	background-color:#ffffff;
	border-radius: 25px;
	width: 195px;
	height: 40px;
	top: 132px;
	left: 52px;
	overflow: hidden;
}
.t3-cont{
	background-color:#ffffff;
	border-radius: 7px;
	width: 141px;
	height: 44px;
	top: 189px;
	left: 79px;
	overflow: hidden;
}
.t5-cont{
	background-color:#ffffff;
	border-radius: 7px;
	width: 127px;
	height: 44px;
	top: 290px;
	left: 86px;
	overflow: hidden;
}

.circ {
	background-color: white;
	width: 45px;
	height: 45px;
	top: 162px;
	left: 126px;
	border-radius: 50%;
}
