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

* { box-sizing: Border-box } 

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

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

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

#ef {
	left:26px;
	top:88px;
	width:256px;
	height:76px;
	background-image:url(../img/ef.png);
}
#circlelockup{
	left:0px;
	top:0px;
	width:300px;
	height:250px;
	/*background-image:url(../img/circle_lockup.svg);*/
}
#acirc{
	left:0px;
	top:0px;
	width:300px;
	height:250px;
	background-image:url(../img/acirc.svg);
}
#aline{
	left:0px;
	top:0px;
	width:300px;
	height:250px;
	background-image:url(../img/aline.svg);
}
#c2{
	left:0px;
	top:0px;
	width:300px;
	height:250px;
	background-image:url(../img/c2.svg);
}