#interContainer{
position: absolute;
width: 570px; /*Width of interstitial box*/
left: 0;
top: 0;
padding: 10px;
padding-top: 0;
background-color: #536490;
border: 1px solid #51618C;
visibility: hidden;
z-index: 200;
}

#interContainer .headerbar{ /*CSS for header bar of interstitial box*/
color: #7B8EAE;
padding: 5px 0;
text-align: right;
}

#interContainer .headerbar a{ /*CSS for header bar links of interstitial box*/
font-size: 120%;
text-decoration: none;
}


#interContent{ /*CSS for div that holds the content to show*/
border:0;
background-color:#999999;
overflow:hidden;
}