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

* { box-sizing: Border-box } 
a, img {
    border: none;
    outline: none;
}
a{
    margin: 0;
    padding: 0;
    border: 0;
    vertical-align: baseline;
    overflow:hidden;
}
#background_exit_dc {
    display: block;
    width: 728px;
    height: 90px;
    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: 728px;
    height: 90px;
    box-sizing: border-box;
    border: 1px solid black;
}

#cta {
	left:222px;
	top:64px;
	width:111px;
	height:15px;
	background-image:url(../img/cta.png);
}
#bg{
    left: 0px;
    top: 0px;
}

#logo {
	left:568px;
	top:0px;
	width:160px;
	height:90px;
	background-image:url(../img/logo.png);
}

#copy1 {
	left:28px;
	top:36px;
	width:163px;
	height:18px;
	background-image:url(../img/copy1.png);
}

#copy2 {
	left:222px;
	top:14px;
	width:298px;
	height:42px;
	background-image:url(../img/copy2.png);
}