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

* { box-sizing: Border-box } 
a, img {
    border: none;
    outline: none;
}
#bg{
	right: 0;
	bottom: 0;

}
#bgholder{
	right: -2.5px;
	bottom: 0;
	width:179px;
	height:334px;
	overflow: hidden;
}
#background_exit_dc {
    display: block;
     width: 100%;
   height: 100%;
    left: 0;    
    top: 0;
    opacity: 0;
    cursor: pointer;
    background: white;
}
#container{
	position:absolute;
	overflow:hidden;
	background-color:white;
        border: 1px solid black;
        cursor: pointer;

}
.sprite {
    border: none;
    outline: none;
	position:absolute;
	cursor: pointer;
}

#cta {
	left:27px;
	top:251px;
	width:134px;
	height:18px;
	background-image:url(../img/cta.png);
}

#copy0 {
	left:25px;
	top:54px;
	width:194px;
	height:116px;
	background-image:url(../img/copy0.png);
}

#copy1 {
	left:24px;
	top:54px;
	width:166px;
	height:146px;
	background-image:url(../img/copy1.png);
}

#copy2 {
	left:30px;
	top:54px;
	width:136px;
	height:57px;
	background-image:url(../img/copy2.png);
}

#copy3 {
	left:28px;
	top:124px;
	width:139px;
	height:114px;
	background-image:url(../img/copy3.png);
}

#copy4 {
	left:30px;
	top:177px;
	width:163px;
	height:77px;
	background-image:url(../img/copy4.png);
}

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

#small_copy {
	left:8px;
	top:565px;
	width:145px;
	height:25px;
	background-image:url(../img/small-copy.png);
}

#shadow {
	left:0px;
	top:0px;
	width:300px;
	height:354px;
	background-image:url(../img/shadow.png);
}