body {
	margin: 0px;
}
#container {
	top: 0px;
	left: 0px;
	width: 300px;
	height: 250px;
	display: block;
	position: relative;
	cursor: pointer;
	border: 1px solid #000;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	overflow: hidden;
}
#banner {
	top: 0px;
	left: 0px;
	width: 300px;
	height: 250px;
	display: block;
	overflow: hidden;
}

#bgImg1
{
	position: absolute;
	top: 0;
	left: 0;
	width: 400px;
	height: 333px;
	background: url('bgImg1.jpg') no-repeat;
}

#bgImg2{
	position: absolute;
	top: 0;
	left: 0;
	width: 300px;
	height: 250px;
	background: url('bgImg2.jpg') no-repeat;
}
#TULogo{
	position: absolute;
	width: 114px;
	height: 40px;
	top: 0;
	left: 0;
	background-color: #fcd800;
}
#logoCopy{
	position: absolute;
	width: 98px;
	height: 27px;
	top:6px;
	left:7px;
	background: url('sprite.png') no-repeat -476px -214px;
}
#f3, #f4, #f5, #f6, #f7{
	position: absolute;
	top: 0;
	left: 0;
}
#f3copy{
	position: absolute;
	width: 247px;
	height: 102px;
	top:125px;
	left:19px;
	background: url('sprite.png') no-repeat -3px -1px;
}
#f4copy{
	position: absolute;
	width: 192px;
	height: 69px;
	top: 158px;
	left: 18px;
	background: url('sprite.png') no-repeat -2px -108px;
}

#f5Lock{
	position: absolute;
	width: 198px;
	height: 191px;
	top: 27px;
	background: url('sprite.png') no-repeat -477px -4px;
	left: 66px;
}

#f6Lock{
	position: absolute;
	width: 141px;
	height: 195px;
	top: 24px;
	left: 82px;
	background: url('sprite.png') no-repeat -685px -1px;
}

#f7CopyTop{
	position: absolute;
	width: 182px;
	height: 61px;
	top:93px;
	left:19px;
	background: url('sprite.png') no-repeat -3px -183px;
}
#f7CopyBottom{
	position: absolute;
	top: 157px;
	left: 19px;
	width: 189px;
	height: 61px;
	background: url('sprite.png') no-repeat -263px -2px;
}
#f7CopyBottomBlur{
	position: absolute;
	top: 157px;
	left: 19px;
	width: 223px;
	height: 59px;
	background: url('sprite.png') no-repeat -600px -200px;
}
#bgBar1{
	top: 0;
}
#bgBar2{
	top: 42px;
}
#bgBar3{
	top: 84px;
}
#bgBar4{
	top: 126px;
}
#bgBar5{
	top: 168px;
}
#bgBar6{
	top: 210px;
}
#endCopy1{
	position: absolute;
	top: 25px;
	left: 19px;
	width: 190px;
	height: 75px;
	background: url('sprite.png') no-repeat -267px -72px;
}
#endCopy2a{
	position: absolute;
	top: 111px;
	left: 19px;
	width: 173px;
	height: 47px;
	background: url('sprite.png') no-repeat -267px -149px;
}
#endCopy2b{
	position: absolute;
	top: 164px;
	left: 19px;
	width: 122px;
	height: 15px;
	background: url('sprite.png') no-repeat -266px -202px;
}

#cta
{
	position: absolute;
	overflow: hidden;
	top: 199px;
	right: 23px;
	width: 108px;
	height: 36px;
	background-color: #00a6ca;
}

#ctaText
{
	position: relative;
	margin: 0 auto;
	top:11px;
	width: 87px;
	height: 16px;
	background: url('sprite.png') no-repeat -269px -231px;
}

/*-------------------------- Classes ------------------------------*/
.bgYellow{
	position: absolute;
	width: 300px;
	height:250px;
	top: 0;
	left: 0;
	background-color: #fcd800;
}
.bgBlue{
	position: absolute;
	width: 300px;
	height:250px;
	top: 0;
	left: 0;
	background-color: #00a6ca;
}
.yellowBar{
	position: absolute;
	width: 300px;
	height:42px;
	left: 0;
	background-color: #fcd800;    
}