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

* { box-sizing: Border-box } 
a, img {
    border: none;
    outline: none;
}
#background_exit_dc {
    display: block;
    width: 300px;
    height: 600px;
    left: 0;    
    top: 0;
    opacity: 0;
    cursor: pointer;
    background: white;
}
#container{
	position:absolute;
	overflow:hidden;
	background-color:white;
}
.sprite {
    border: none;
    outline: none;
	position:absolute;
	cursor: pointer;
}
.border {
	position: absolute;
	width: 300px;
    height: 600px;
    box-sizing: border-box;
    border: 1px solid black;
}

#cta {
	left:28px;
	top:233px;
	width:133px;
	height:18px;
	background-image:url(../img/cta.png);
}
#bg{
    left: 105px;
    top: 126px;
    -webkit-transform: scale(1,1); 
            transform: scale(1,1);
}

#copy0 {
	left:27px;
	top:54px;
	width:205px;
	height:146px;
	background-image:url(../img/copy0.png);
}

#copy1 {
	left:29px;
	top:53px;
	width:198px;
	height:87px;
	background-image:url(../img/copy1.png);
}

#copy2 {
	left:28px;
	top:53px;
	width:218px;
	height:57px;
	background-image:url(../img/copy2.png);
}

#copy3 {
	left:28px;
	top:128px;
	width:154px;
	height:89px;
	background-image:url(../img/copy3.png);
}

#logo {
	left:26px;
	top:545px;
	width:145px;
	height:41px;
	background-image:url(../img/logo.png);
}

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