@charset "UTF-8";

body {
	margin: 0;
}

div,
img {
	position: absolute;
	background-repeat: no-repeat;
	background-size: 728px 90px;
	/* ! UPDATE WIDTH AND HEIGHT */
	width: 728px;
	height: 90px;
}

#container {
	/*Outter most container that could be considered the "Stage"*/
	overflow: hidden;
	border: 1px solid #888888;
	box-sizing: border-box;
	cursor: pointer;
	background-color: #374159;
	display: none;
}

#container div{
	margin-top:-1px;
	margin-left:-1px;
}
#cta {
	visibility: hidden;
	background-image: url("cta.png");
}

#f2_bg {
	top: 90px;
	background-image: url("f2_bg.jpg");
}

#f1_copy1 {
	background-image: url("f1_copy1.png");
}

#f2_copy1 {
	top: 90px;
	background-image: url("f2_copy1.png");
}

#f3_copy1 {
	top: 90px;
	background-image: url("f3_copy1.png");
}

#f4_copy1 {
	top: 90px;
	background-image: url("f4_copy1.png");
}

#f5_copy1 {
	top: 90px;
	background-image: url("f5_copy1.png");
}

#f6_copy1 {
	top: 90px;
	background-image: url("f6_copy1.png");
}

#f7_copy1 {
	top: 90px;
	background-image: url("f7_copy1.png");
	transform: translate(43px, 6px) scale(0.25);
}

#f7_copy2 {
	top: 90px;
	background-image: url("f7_copy2.png");
	transform: translate(43px, 6px) scale(0.25);
	opacity:0;
}

#f7_copy3 {
	top: 90px;
	background-image: url("f7_copy3.png");
	opacity:0;
}

#f8_copy1 {
	top: 90px;
	background-image: url("f8_copy1.png");
}
