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;
}

#arrow_2x {
	left:56px;
	top:0px;
	width:188px;
	height:213px;
	background-image:url(../img/arrow_2x.png);
	background-size:188px 213px;
}

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

#logo_2x {
	left:176px;
	top:214px;
	width:103px;
	height:20px;
	background-image:url(../img/logo_2x.png);
	background-size:103px 20px;
}

#arrow {
	left:40px;
	top:0px;
	width:222px;
	height:238px;
	background-image:url(../img/arrow.png);
}

#copy1a_2x {
	left:18px;
	top:37px;
	width:198px;
	height:18px;
	background-image:url(../img/copy1a_2x.png);
	background-size:198px 18px;
}

#copy1b_2x {
	left:18px;
	top:58px;
	width:245px;
	height:18px;
	background-image:url(../img/copy1b_2x.png);
	background-size:245px 18px;
}

#copy1c_2x {
	left:17px;
	top:79px;
	width:202px;
	height:18px;
	background-image:url(../img/copy1c_2x.png);
	background-size:202px 18px;
}

#copy1d_2x {
	left:18px;
	top:99px;
	width:88px;
	height:22px;
	background-image:url(../img/copy1d_2x.png);
	background-size:88px 22px;
}

#cta_2x {
	left:17px;
	top:132px;
	width:122px;
	height:12px;
	background-image:url(../img/cta_2x.png);
	background-size:122px 12px;
}