#interContainer{
position: absolute;
width: 770px; height: 600px;
left: 0;
top: 0;
padding: 0;
background-color: #00301c;
visibility: hidden;
z-index: 6;
}

#interContainer .headerbar{ /*CSS for header bar of interstitial box*/
display: none;
}


#interContent{ /*CSS for div that holds the content to show*/
padding: 20px;
background-color: #00301c;
width: 770px; height: 600px;
}

#interVeil{ /*CSS for background veil that covers entire page while interstitial box is visible*/
position: absolute;
background: black url(blackdot.gif);
right: 0;
width: 10px;
top: 0;
z-index: 5;
visibility: hidden;
filter:progid:DXImageTransform.Microsoft.alpha(opacity=80);
opacity: 0.8;
}