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:351px;
	top:0px;
	width:268px;
	height:242px;
	background-image:url(../img/arrow_2x.png);
	background-size:268px 242px;
}

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

#logo_2x {
	left:777px;
	top:197px;
	width:162px;
	height:31px;
	background-image:url(../img/logo_2x.png);
	background-size:162px 31px;
}

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

#copy1a_2x {
	left:36px;
	top:30px;
	width:632px;
	height:31px;
	background-image:url(../img/copy1a_2x.png);
	background-size:632px 31px;
}

#copy1b_2x {
	left:35px;
	top:63px;
	width:619px;
	height:33px;
	background-image:url(../img/copy1b_2x.png);
	background-size:619px 33px;
}

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

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

#cta_2x {
	left:34px;
	top:120px;
	width:190px;
	height:19px;
	background-image:url(../img/cta_2x.png);
	background-size:190px 19px;
}