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

* { box-sizing: Border-box } 

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

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

#c1 {
	left:23px;
	top:36px;
	width:352px;
	height:25px;
	background-image:url(../img/c1.png);
}

#c2 {
	left:412px;
	top:33px;
	width:124px;
	height:27px;
	background-image:url(../img/c2.png);
}

#c3 {
	left:53px;
	top:37px;
	width:425px;
	height:18px;
	background-image:url(../img/c3.png);
}

#c4 {
	left:484px;
	top:37px;
	width:193px;
	height:18px;
	background-image:url(../img/c4.png);
}

#c5 {
	left:23px;
	top:21px;
	width:461px;
	height:18px;
	background-image:url(../img/c5.png);
}

#cta {
	left:204px;
	top:51px;
	width:102px;
	height:21px;
	background-image:url(../img/cta.png);
}

#cta_over {
	left:204px;
	top:51px;
	width:102px;
	height:21px;
	background-image:url(../img/cta_over.png);
}

#logo {
	left:572px;
	top:16px;
	width:130px;
	height:59px;
	background-image:url(../img/logo.png);
}

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