#interContainer
{
	position: absolute;
	width: 826px; /*Width of interstitial box*/
	height:500px;
	left: 0;
	top: 0;
	padding: 15px;
	padding-top: 0; /*background-image:url(../images/images/menu-1.png);*/
	background-color: #595959;
	background-repeat: repeat;
	border: 1px solid black;
	visibility: hidden;
	z-index: 6;
}

#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;
z-index: 50000000;
}


#interContent{ /*CSS for div that holds the content to show*/
border: 1px solid gray;
height: 490px;

background-color: #222222;
}

#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;
}