/*Ad all CSS here*/

body
{
	margin: 0;
	padding: 0;
}

.ad-container {
	width: 970px;
	height: 250px;
	overflow: hidden;
	background-color: black;
}
#preloader
{
	opacity: 0;
	position: absolute;
    top: 92px;
    left: 433px;
}
.clicktag
{
	width: 970px;
	height: 250px;
	position: absolute;
	z-index: 1000;
}
#logo
{
	opacity: 0;
	background-image: url(logo.png);
	height: 87px;
	width: 87px;
	position: absolute;
	top: 139px;
	left: 852px;
}
#images
{
	opacity: 0;
	width: 470px;
	height: 250px;
	position: absolute;
	left: 16px;
}
#texts
{
	opacity: 0;
	position: absolute;
	width: 550px;
	height: 90px;
	overflow: hidden;
	top: 35px;
	left: 513px;
}
#txt1
{
	position: absolute;
	width: 366px;
	height: 81px;
	background-image: url(imgTxt1.png);
}
#txt2
{
	opacity: 0;
	position: absolute;
	width: 421px;
	height: 83px;
	background-image: url(imgTxt2.png);
}
#final
{
	width: 347px;
	height: 293px;
	position: absolute;
	top: 32px;
	left: 498px
}
.finalItem
{
	opacity: 0;
	position: absolute;
}
#finalTxt1
{	
	background-image: url(endTxt1.png);
	width: 327px;
	height: 80px;
	left: 15px;
}
#finalTxt2
{
	background-image: url(endTxt2.png);
	width: 326px;
	height: 20px;
	top: 89px;
	left: 15px;
}
#ctaBtn
{
	background-image: url(ctaBtn.png);
	width: 116px;
	height: 41px;
	left: 19px;
	top: 143px;
	background-position: top;
	z-index: 1000;
}
#ctaBtn:hover
{
	background-position: bottom;
}