body a:link {color: #FFFFFF; font-weight: bold;}
body a:visited {color: #FFFFFF; font-weight: bold;}
body a:hover {color: #FFFFFF; font-weight: bold; text-decoration: none; }
body a:focus {color: #FFFFFF; font-weight: bold;}
body a:active {color: #FFFFFF; font-weight: bold; text-decoration: none; }
body
{
	color: #4682BE;
	font-size: 18;
	font-family: Georgia;
	background-color: #FFFFFF;
}

#background
{
	padding: 0px;
	position: absolute; top: 0px; left: 0px;
	width: 100%;
	height: 100%;
	background-color: Transparent;
}

#bgimage
{
	color: #FFFFFF;
	padding: 0px;
	position: absolute; top: 0px; left: 50%;
	margin: 0px 0px 0px -400px;
	width: 800px;
	background-color: #4682BE;
}

#title
{
	padding: 0px;
	float: left;
	clear: left;
	width: 100%;
	height: 180px;
	background: #FFFFFF url("gfx/tour.gif") top center no-repeat scroll;
}

#what
{
	padding: 10px 0px 10px 0px;
	float: left;
	clear: left;
	width: 100%;
	text-align: center;
	font-style: italic;
	background-color: #419B41;
}

#spacer
{
	padding: 0px;
	float: left;
	clear: left;
	width: 100%;
	height: 4px;
	background-color: #FFFFFF;
}

#when
{
	padding: 0px;
	float: left;
	clear: left;
	width: 100%;
	text-align: center;
	line-height: 30px;
	font-weight: bold;
	margin-top: 10px;
	background-color: #4682BE;
}

#how
{
	padding: 0px 20px 0px 20px;
	float: left;
	clear: left;
	width: 95%;
	margin-top: 30px;
	line-height: 30px;
	background-color: #4682BE;
}

#tickets
{
	padding: 0px 20px 0px 20px;
	float: left;
	clear: left;
	width: 95%;
	margin-top: 30px;
	line-height: 30px;
	background-color: #4682BE;
}

#why
{
	padding: 0px 20px 0px 20px;
	float: left;
	clear: left;
	width: 95%;
	margin-top: 30px;
	line-height: 30px;
	background-color: #4682BE;
}

#big
{
	float: left;
	clear: left;
	text-align: left;
	font-size: 60;
	height: 48px;
	padding: 12px 4px 0px 0px;
	background-color: #4682BE;
}

#continue
{
	padding: 0px;
	float: left;
	clear: left;
	width: 100%;
	text-align: center;
	font-style: italic;
	margin-top: 30px;
	background-color: #4682BE;
}

#footer
{
	padding: 0px;
	float: left;
	clear: left;
	width: 100%;
	height: 30px;
	background-color: #4682BE;
}