body { margin:0px 0px; padding:0px; } 

* { box-sizing: Border-box } 

#container { 
	position:absolute;
	overflow:hidden;
	background-color: black;
	border:1px solid black;
}

.sprite {
	position:absolute;
	background-repeat:no-repeat;
}

#accentureLogo {
	left:33px;
	top:501px;
	width:231px;
	height:50px;
	background-image:url(../img/accentureLogo.png);
}

#jar{
	left:53px;
	top:174px;
	width:188px;
	height:308px;	
}

.fireFly {
	position: absolute;
}

#FFContainerJar {
	overflow:hidden;
	left: 10px;
	top: 80px;
	width: 158px;
	height: 212px;
}

#FFContainerSpout {
	overflow:hidden;
}

#bottleBG {
	left:0px;
	top:0px;
	width:300px;
	height:600px;
	background-image:url(../img/bottleBG.jpg);
}

#bottleOverlay {
	left:0px;
	top:0px;
	width:188px;
	height:308px;
	background-image:url(../img/bottleOverlay.png);
}

#copy_CaptureThePower {
	left:24px;
	top:32px;
	width:218px;
	height:64px;
	background-image:url(../img/copy_CaptureThePower.png);
}

#copy_HighPerformance {
	left:26px;
	top:217px;
	width:246px;
	height:20px;
	background-image:url(../img/copy_HighPerformance.png);
}

#copy_SeeHow {
	left:17px;
	top:31px;
	width:266px;
	height:130px;
	background-image:url(../img/copy_SeeHow.png);
}

#copy_WellHelp {
	left:23px;
	top:69px;
	width:235px;
	height:64px;
	background-image:url(../img/copy_WellHelp.png);
}

#endFrameBG {
	left:0px;
	top:0px;
	width:300px;
	height:600px;
	background-image:url(../img/endFrameBG.jpg);
}

#logoArrow {
	left:61px;
	top:149px;
	width:168px;
	height:168px;
	background-image:url(../img/logoArrow.svg);
}

#CTA {
	left: 19px;
	top: 181px;
	width: 132px;
	height: 32px;
}

#CTABG {
	width: 132px;
	height: 32px;
	background-color: #fbb200;
}

#learnMore {
	left:8px;
	top:8px;
	width:112px;
	height:16px;
	background-image:url(../img/learnMore.png);
}
