add this in CSS of your website
Code: 
.overlay_ad {
    background: none repeat scroll 0 0 #FFFFFF;
    height: 2000px;
    padding: 0;
    position: absolute;
    width: 920px;
    z-index: 999999;


}
and this one , on your website in body
Code: 
<div class="overlay_ad">  

<a href="javascript:;" class="overlay_ad_link" >Continue to image</a> 

<center>your ad code</center>  <a href="javascript:;" class="overlay_ad_link"  >Continue to image</a>  

</div>
note: this is copy from orignal source website