#interContainer{
position: absolute;
width: 670px; /*Width of interstitial box*/
height: 500px; /*Width of interstitial box*/
left: 0;
top: 0;
padding: 15px;
padding-top: 0;
margin-top: 10px;
background-color: #d0e47e;
border: 1px solid black;
visibility: hidden;
z-index: 1002;
}

#interContainer .headerbar{ /*CSS for header bar of interstitial box*/
color: gray;
padding: 5px 0;
text-align: right;
}

#interContainer .headerbar a{ /*CSS for header bar links of interstitial box*/
font-size: 120%;
text-decoration: none;
}

#mainheader {
position: absolute;
width: 98%; /*Width of interstitial box*/
height: 150px; /*Width of interstitial box*/
left: 0;
top: 0;
padding: 15px;
padding-top: 0;
margin-top: 10px;
border: 0px;
z-index: 1005;
}

#interContent{ /*CSS for div that holds the content to show*/
border: 1px solid gray;
background-color: white;
}

#interVeil{ /*CSS for background veil that covers entire page while interstitial box is visible*/
position: absolute;
background: white url(http://images.tradingmarkets.com/whitedot.gif);
right: 0;
width: 10px;
top: 0;
z-index: 1001;
visibility: hidden;
}