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

* { box-sizing: Border-box } 

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

.sprite {
	position:absolute;
	background-repeat:no-repeat;
}
#block{
	width:100%;
	height:100%;
}
#block2{
	top:22;
	height:161px;
	width:300px;
	background-color: #009fdc;
}

#c1a {
	left:24px;
	top:105px;
	width:76px;
	height:26px;
	background-image:url(../img/c1a.png);
}

#c1b {
	left:115px;
	top:95px;
	width:40px;
	height:42px;
	background-image:url(../img/c1b.png);
}

#c1c {
	left:170px;
	top:105px;
	width:109px;
	height:21px;
	background-image:url(../img/c1c.png);
}

#cta {
	left:25px;
	top:361px;
	width:110px;
	height:30px;
	background-image:url(../img/cta.png);
}

#efcopy {
	left:24px;
	top:154px;
	width:254px;
	height:173px;
	background-image:url(../img/efcopy.png);
}

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

#logos {
	left:20px;
	top:530px;
	width:264px;
	height:61px;
	background-image:url(../img/logos.png);
}

#bg {
	left:0px;
	top:0px;
	width:300px;
	height:239px;
	background-image:url(../img/bg.png);
}
#bgcontainer{
	left:0px;
	top:154px;
	width:300px;
	height:239px;
	overflow: hidden;
}

#c1 {
	left:24px;
	top:245px;
	width:255px;
	height:42px;
	background-image:url(../img/c1.png);
}