body, html{
	margin:0px 0px;
	padding: 0px 0px;
}

div{
	position: absolute;
	padding:0px;
	margin:0px;
}

img, a{
	border: none;
}

#AdContainer{
    width: 300px;
	height:250px;
	overflow: hidden;
	background:url("Background.jpg");
}

#close{
	
	display:block;
	width:42px;
	height:41px;
	position:absolute;
	background:url("CloseButton.png");
	background-position:0px 0px;
	overflow: hidden;
	left:10px;
	top:10px;
	background-repeat:no-repeat;
	z-index:500;
	background-size:100%;
}

#CTA{
	display:block;
	width:126px;
	height:26px;
	position:absolute;
	background: url("CTAButton.png") no-repeat 0 0;
	overflow: hidden;
	left:10px;
	top:208px;
}