.interstitial { width:830px; margin:0 auto; margin-top:20px; }
.interstitial .room { 
	width:830px; 
	height:30px; 
	padding-top:370px;
}
.interstitial .room p { text-align:center; margin-top:-10px; }

/* Specific for each interstitial */
.interstitial .room-6 { background:url('../../../i/interstitials/background_6.jpg?5597') no-repeat; }
.interstitial .room-7 { background:url('../../../i/interstitials/background_7.jpg?5597') no-repeat; }
.interstitial .room-8 { background:url('../../../i/interstitials/background_8.jpg?5597') no-repeat; }


.interstitial .text {
	width:460px;
	text-align:center;
	margin:45px auto 0 auto;
}
.interstitial .text h2 { color:#000; font-size:18px; font-weight:bold; text-transform:none; margin-bottom:30px; }
.interstitial .text p { text-align:left; }
.interstitial .text p strong { margin-top:30px; text-align:center; display:block; font-size:14px; font-weight:bold; }

.bigGoldButton {
	background:transparent url('../../../i/interstitials/gold_button_sprite24.png?5739') no-repeat 0 0;
	width:183px;
	height:71px;
	display:inline-block;
}
.bigGoldButton {
	_background-image: url('../../../i/interstitials/gold_button_sprite8.png?5739'); /* ie6 gets the png8 version */
}
.bigGoldButton:hover { 
	text-decoration:none;
	background-position:0 -66px;
}
.bigGoldButton span { 
	font-size:16px;
	display:block;
	margin-top:28px;
	margin-left:-21px;
	color:#000;
}
