#interContainer a,#interContainer a:visited {
	text-decoration:none;
	}
	
#interContainer a:hover {
	text-decoration:none;
	}

#interContainer{
position: absolute;
width: 670px; /*Width of interstitial box*/
left: 0;
top: 0;
padding: 15px;
padding-top: 0;
background-color: #f9d52d;
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;
}


#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=80);
opacity: 0.8;
}


.intro_btn-left{margin:8px 59px;width:190px;height:44px;float:left;}
.intro_btn-right{margin:8px 59px;width:190px;height:44px;float:right;}

.intro_btn-left a.btn_buytickets,.intro_btn-left a:visited.btn_buytickets {display:block;text-align:center;border-bottom:none;background: url(images/btn_buytickets.jpg) no-repeat;width:190px;height:44px;}
.intro_btn-left a:hover.btn_buytickets {background: url(images/btn_buytickets-o.jpg) no-repeat;width:190px;height:44px;}


.intro_btn-right a.btn_entersite,a:visited.btn_entersite {display:block;text-align:center;border-bottom:none;background: url(images/btn_entersite.jpg) no-repeat;width:190px;height:44px;}
.intro_btn-right a:hover.btn_entersite{background: url(images/btn_entersite-o.jpg) no-repeat;width:190px;height:44px;}
