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

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

#bg1, #bg2, #logo, #produit, #txt1, #txt2, #txt3, #txt4, #cta {
position:absolute;
opacity:0;
}
#bg1 {left:-1px;top:-1px;}
#bg2 {left:-2px;top:-1px;}
#produit {left:262px;top:0px;}
#logo {top: 24px;left: 121px;}
#txt1 {top: 23px;left: 330px;}
#txt2 {top: 75px; left:354px;}
#txt3 {top: 10px; left:457px}
#txt4 {top: 42px; left:457px}
#cta {top: 34px; left:596px}

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