body{
	background-color: white;
	margin: 0;
	padding: 0;
}
svg
{
	display: block;
	position: absolute;
}
noscript{
	position: absolute;
	top: 0; 
	left: 0;
	width: 300px; 
	height: 250px;
	z-index: 1000;
}
img
{
	position: absolute;
	margin: 0;
	image-rendering: optimizeSpeed;             /*                     */
    image-rendering: -moz-crisp-edges;          /* Firefox             */
    image-rendering: -o-crisp-edges;            /* Opera               */
    image-rendering: -webkit-optimize-contrast; /* Chrome (and Safari) */
    image-rendering: optimize-contrast;         /* CSS3 Proposed       */
    -ms-interpolation-mode: nearest-neighbor;   /* IE8+                */
}
#ad-container {
	width: 300px;
	height: 250px;
	overflow: hidden;
	background-color: black;
	position: absolute;
	opacity: 0;
}
#ad{
	z-index: 2;
	width: 300px;
	height: 250px;
	position: absolute;
}
#logo
{
	opacity: 0;
	position: absolute;
	left: 10px;
    top: 135px;
    clip: rect(63px 273px 108px 226px);
}
#top_anim_container
{
	position: absolute;
	top: 14px;
	width: 300px;
	height: 111px;
	overflow: hidden;
}

#img2
{
	left: -43px;
}

#texts
{
	opacity: 1;
	position: absolute;
	width: 260px;
	height: 90px;
	top: 136px;
	left: 12px;
}
#txt1
{
	opacity: 0;
	position: absolute;
	left: 0px;
	clip: rect(0px 231px 24px 0px);
}
#txt2
{
	opacity: 0;
	position: absolute;
	left: 0px;
	clip: rect(24px 231px 48px 0px);
}
#final
{
	position: absolute;
	top: 135px;
}
.finalItem
{
	opacity: 1;
	position: absolute;
}
#finalTxt1
{	
	opacity: 0;
	left: 11px;
	clip: rect(0px 265px 49px 0px);

}
#finalTxt2
{
	opacity: 0;
	top: 0px;
	left: 11px;
	clip: rect(48px 219px 79px 0px);
}
#ends_txt
{
	opacity: 0;
	top: 0px;
	left: 11px;
	clip: rect(91px 189px 119px 0px);
}

#disclaimer_btn
{
	display: none;
	z-index: 4;
	opacity: 0;
	top: 0px;
	left: 11px;
	clip: rect(36px 300px 439px 272px);
	cursor: pointer;
}

#ctaBtn
{
	opacity: 0;
	background-image: url(finalCta.png);
	width: 90px;
	height: 20px;
	top: 86px;
	left: 12px;
	background-position: top;
	z-index: 3;
}
#ctaBtn:hover
{
	background-position: bottom;
}

#disclaimerText{
	position: absolute;
	top: -130px;
	left: -300px;
	width: 300px;
	height: 250px;
	background: black;
	opacity: 0.90;
	z-index: 3;
}
#disclaimerText p{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: white;
	margin: 10px 10px 0px 10px;
}
