#interContainer{
position: absolute;
width: 321px; /*Width of interstitial box*/
height:274px;
margin-top:500px;
padding-left:30px;
/*padding-top: 0;*/
/*background-color: #000000;*/
/*border: 1px solid black;*/
visibility: hidden;
z-index: 6;
}

#interContainer .headerbar{ /*CSS for header bar of interstitial box*/
/*color: gray;*/
/*text-align:left;*/
/*padding-left:10px;*/
}


#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: 1px solid gray;*/

/*background-color: white;*/
}

#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=30);
opacity: 0.3;
margin-left:280px; /* desloca a div escura para a direita*/
}
