@charset "UTF-8";
body{
	margin: 0;
}

	.n {
		display: none;
	}
	.v {
		display: block;
	}
#noscripted{
	display: none;
}	

#wrapper {
	position:absolute;
	width:298px;
	height:248px;
	background:url(../images/BG.jpg);
	overflow:hidden;
	border: #000 solid 1px;
}

#clicTag{
	position: absolute;
	width: 300px;
	height: 250px;
	z-index: 150;
}
#IMG-1{
	position: absolute;
	width: 239px;
	height: 250px;
	top: 0px;
	left: 0px;
	background: url(../images/IMG-1.png) no-repeat;
}

#IMG-2{
	position: absolute;
	width: 129px;
	height: 250px;
	top: 0px;
	left: 355px;
	background: url(../images/IMG-2.png) no-repeat;
}

#CTA{
	position: absolute;
	width: 88px;
	height: 23px;
	top:139px;
	left:-100px;
	overflow: hidden;
	border-radius: 0 2px 2px 0;
}
#Button{
	position: absolute;
	width: 88px;
	height: 23px;
	top:0px;
	left:0px;
	background: url(../images/CTA.png) no-repeat;
}
#Flare{
	position: absolute;
	width: 88px;
	height: 23px;
	top:0px;
	left:-200px;
	background: url(../images/flare.png) no-repeat;

}

#copy-1{
	position: absolute;
	width: 211px;
	height: 93px;
	top: 118px;
	left: -100px;
	opacity: 0;
	background: url(../images/COPY.png) no-repeat 0px 0px;
}

#copy-2{
	position: absolute;
	width: 211px;
	height: 22px;
	top: 209px;
	left: -100px;
	opacity: 0;
	background: url(../images/COPY.png) no-repeat 0px -93px;
}

#copy-3{
	position: absolute;
	width: 211px;
	height: 104px;
	top: 22px;
	left: -200px;/* 17*/
	background: url(../images/COPY.png) no-repeat 0px -116px;
}
#LOGO-L{
	display: none;
	position: absolute;
	width:73px; /*71px;*/
	height:47px; /*35px;*/
	top: 196px;/* 198px; */
	left: 238px;/*  245px */
	background: url(../images/LOGO.svg) no-repeat 0px 0px;
	
	opacity:1;

}
#slogan{
	position: absolute;
	width:71px;
	height:11px;
	top: 218px;
	left: 16px;
	opacity: 0;
	background: url(../images/LOGO.png) no-repeat 0px -35px;


}



