*{ margin: 0; padding: 0; border: 0;}
html,body{height:100%;}
body{ background-color:#fff;min-width:300px;}
img { display: block;width:100% !important}

#container{
width: 298px;
height: 248px;
background-color: #fff;
border:#000 1px solid;
overflow: hidden;
position:relative;
margin:20px auto;
}

#bg1, #bg2, #logo, #txt1, #txt2, #txt3, #txt4, #txt5, #cta {
position:absolute;
opacity:0;
}
#bg1 {left:-1px;top:-1px;z-index:10;}
#bg2 {left:134px;top:-1px;}
#logo {top: 11px;left: 162px;}
#txt1 {top: 71px;left: 165px;}
#txt2 {top: 118px; left:160px;}
#txt3 {top: 156px; left:159px}
#txt4 {top: 170px; left:159px}
#txt5 {top: 182px; left:159px}
#cta {top: 216px; left:167px}

#clickArea{
	position:absolute;
	width:100%;
	height:100%;
	left:0;
	top:0;
	z-index:30 !important;
	cursor:pointer;
}