/* Reset */
*{margin: 0; padding: 0; -webkit-box-sizing:border-box; -moz-box-sizing:border-box; box-sizing:border-box;}

/* Container */
#wrapper{
	width: 300px;
	height: 250px;
	background:#FFF;
	position: absolute;
	overflow: hidden; 
	top: 0;
	left: 0;
	opacity: 0;
	z-index: 10;
	cursor: pointer;
	border: 1px solid #FFF;
}

img {
	opacity: 0;
	position: absolute;
	border: 0;
}

#bg {
	opacity:1;
}

#txt1 {
    position: absolute;
    width: 170px;
    height: 51px;
	left: 15px;
	top: 65px;
}

#txt2 {
    position: absolute;
    width: 118px;
    height: 56px;
	left: 15px;
	top: 65px;
}

#txt3 {
    position: absolute;
    width: 172px;
    height: 87px;
	left: 15px;
	top: 65px;
}

#logo {
	left: 17px;
	top: 204px;
}

#cta {
	position: absolute;
	width: 69px;
	height: 23px;
	left: 213px;
	top: 167px;
}