body {
	width: 100%;
	background: none;
	background-color: #ffcc00;
	color: black;
	font-size: 13px;
	margin: 0px;
	padding: 0px;
	overflow: hidden;
}


#container {
	background-color: #ffcc00;
	align: left;
	text-align: left;
}

#container-inner {
	position: relative;
	width: 1000px;
	height: 100%;
	z-index: 9;
}

#map {
	background-image: url(images/splash_map.png);
	margin-top: 120px;
	width: 1074px;
	height: 646px;
	display: none;
	border: 0px;
	position: relative;
	left: -50px;
	
	cursor: pointer; cursor: hand;		/* weird double thing for IE6 */
}

#ticket {
	position: relative;
	top: 271px;
	left: 663px;
	width: 411px;
	height: 375px;
	border: none;
	display: none;	
}

.footer {
	color: #fedd5c
}


