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

* { box-sizing: Border-box } 

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

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

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

#copy2 {
	left:295px;
	top:31px;
	width:187px;
	height:38px;
	background-image:url(../img/copy2.png);
}

#copy3 {
	left:130px;
	top:36px;
	width:470px;
	height:26px;
	background-image:url(../img/copy3.png);
}

#cta {
	left:559px;
	top:31px;
	width:123px;
	height:32px;
	background-image:url(../img/cta.png);
}

#ef_logo {
	left:130px;
	top:32px;
	width:391px;
	height:29px;
	background-image:url(../img/ef_logo.png);
}

#logo {
	left:25px;
	top:35px;
	width:82px;
	height:23px;
	background-image:url(../img/logo.png);
}

#bg {
	left:0px;
	top:0px;
	width:941px;
	height:90px;
	background-image:url(../img/bg.jpg);
}

#bg2 {
	left:0px;
	top:0px;
	width:728px;
	height:90px;
	background-image:url(../img/bg2.jpg);
}
