
/* interstitial css */

#interstitial {
	top: 0;
	left: 0;
	margin: 0;
	width: 98%;
	padding: 10px;
	height: 5000em;
	z-index: 10000;
	background: #fff;
	position: absolute;
	text-align: center;
}

#interstitial #interstitial-head {
	width: 98%;
	height: 41px;
	text-align: center;
	white-space: nowrap;
	background: url('/img/interstitial_bg.gif') repeat-x;
}

#interstitial #interstitial-head img {
	border: 0;
}

#interstitial #interstitial-head #interstitial-logo {
	width: 331px;
	height: 41px;
	float: left;
	white-space: nowrap;
	background: url('/img/interstitial_bg.gif') repeat-x;
}

#interstitial #interstitial-head #interstitial-skip {
	width: 158px;
	height: 41px;
	float: right;
	text-align: right;
	white-space: nowrap;
	background: url('/img/interstitial_bg.gif') repeat-x;
}

