body {
	margin: 0px;
}
#container {
	top: 0px;
	left: 0px;
	width: 300px;
	height: 600px;
	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: 600px;
	display: block;
	overflow: hidden;
}
#bgImg1{
	position: absolute;
	top: 174px;
	left: 0;
	width: 400px;
	height: 333px;
	background: url('bgImg1.jpg') no-repeat;
}
#bgImg2{
	position: absolute;
	top: 174px;
	left: 0;
	width: 300px;
	height: 277px;
	background: url('bgImg2.jpg') no-repeat;
}
#TULogo{
	position: absolute;
	width: 300px;
	height: 174px;
	top: 0;
	left: 0;
	background-color: #fcd800;
}
#TULogo2{
	position: absolute;
	width: 300px;
	height: 150px;
	top: 450px;
	left: 0;
	background-color: #fcd800;
}
#logoCopy{
	position: absolute;
	width: 173px;
	height: 47px;
	background: url('sprite.png') no-repeat -267px -149px;
	top:112px;
	left:15px;
}
#f3, #f4, #f5, #f6, #f7{
	position: absolute;
	top: 0;
	left: 0;
}
#f3copy{
	position: absolute;
	width: 247px;
	height: 102px;
	top:266px;
	left:19px;
	background: url('sprite.png') no-repeat -3px -1px;
}
#f4copy{
	position: absolute;
	width: 192px;
	height: 69px;
	top: 267px;
	left: 18px;
	background: url('sprite.png') no-repeat -2px -108px;
}

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

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

#f7CopyTop{
	position: absolute;
	width: 182px;
	height: 61px;
	top:267px;
	left:19px;
	background: url('sprite.png') no-repeat -3px -183px;
}
#f7CopyBottom{
	position: absolute;
	top: 333px;
	left: 19px;
	width: 189px;
	height: 61px;
	background: url('sprite.png') no-repeat -263px -2px;
}
#f7CopyBottomBlur{
	position: absolute;
	top: 333px;
	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;
}
#bgBar7{
	top: 252px;
}
#bgBar8{
	top: 294px;
}
#bgBar9{
	top: 336px;
}
#bgBar10{
	top: 336px;
}
#bgBar11{
	top: 378px;
}
#bgBar12{
	top: 420px;
}
#bgBar13{
	top: 462px;
}
#bgBar14{
	top: 504px;
}
#bgBar15{
	top: 546px;
}
#bgBar16{
	top: 588px;
}
#endCopy1{
	position: absolute;
	top: 247px;
	left: 19px;
	background: url('sprite.png') no-repeat -260px -233px;
	width: 247px;
	height: 103px;
}
#endCopy2a{
	position: absolute;
	top: 47px;
	left: 19px;
	width: 173px;
	height: 47px;
	background: url('sprite.png') no-repeat -267px -149px;
}
#endCopy2b{
	position: absolute;
	top: 100px;
	left: 19px;
	width: 122px;
	height: 15px;
	background: url('sprite.png') no-repeat -266px -202px;
}
#cta{
	position: absolute;
	overflow: hidden;
	bottom: 113px;
	left: 23px;
	width: 140px;
	height: 46px;
	background-color: #00a6ca;
}
#ctaText{
	position: relative;
	margin: 0 auto;
	top:13px;
	background: url('sprite.png') no-repeat -263px -122px;
	width: 112px;
	height: 16px;
}

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