#interContainer{
position: absolute;
width: 880px;
height: 330px; /*Width of interstitial box*/
*height:340px;
left: 0;
top: 0;
padding: 5px;

padding-top: 0;
*padding:0px;
background-color: #000000;
border: 1px solid #4c4a48;
visibility: hidden;
z-index: 6;
background-image:url('../images/content_bg_img.jpg'); 
background-position: bottom right;
background-repeat:no-repeat;
padding:5px;
}

#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;
}


#interContent{ /*CSS for div that holds the content to show*/

}

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

#vote_form {
	position:absolute;
	width: 180px;
	height: 200px;
	left: 675px;
	top: 135px;
	
}

#mojo_text {
	position:relative;
	left: 10px;
	top: 6px;
}

#mojo_text a
{
	font-weight:bold;
	color:#FFF;
}

#mojo_text a:hover
{
	color:#ffe414;
}

#mojo_url {
	position:relative;
	left: 10px;
	top: 15px;
}

#interContainer object
{
	position: absolute;
	top:50px;
	left:20px;
}