#interContainer{
position: absolute;
 /*Width of interstitial box*/
 width:665px;
left: 0;
top: 0;
padding:0px;
visibility: hidden;
z-index: 100;
}

#interContent{ /*CSS for div that holds the content to show*/
}
#interVeil{ /*CSS for background veil that covers entire page while interstitial box is visible*/
position: absolute;
right: 0;
width: 10px;
top: 0;
z-index: 90;
visibility: hidden;
filter:progid:DXImageTransform.Microsoft.alpha(opacity=80);
opacity: 0.8;
}

.popup-links{ position:absolute; left:15px; top:154px;}
.link{ display:block; float:left; width:284px; height:99px; margin:0 0 12px 16px; overflow:hidden; text-indent:-9999px;}
.link:hover{ text-decoration:none;}
