@charset "UTF-8";
html{
	height: 100%;
	font-family: Verdana, Geneva, sans-serif;
	font-weight: normal;
	margin: 0px;
	padding: 0px;
}

body {
	background-image: url(images/SITE_BG_A.jpg);
	background-repeat: no-repeat;
	background-color: #E3DCCE;
	height: 100%;
	margin: 0px;
	padding: 0px;
}
.main {
	/* [disabled]min-height: 100%; */
	position: relative;
	margin: 0px;
	padding: 0px;
}
.chunk {
	width: 900px;
	margin: 0px;
	padding: 0px;
}
.map {
	width: 900px;
	border: 1px solid #666;
	margin: 0px;
	padding: 0px;
	height: 450px;
}
.main #title {
	background-image: url(images/title_a.png);
	background-repeat: no-repeat;
	height: 227px;
	text-indent: -9999px;
	margin: 0px;
	padding: 0px;
}
.main #info {
	background-image: url(images/info.png);
	background-repeat: no-repeat;
	height: 198px;
	padding: 0px;
	text-indent: -9999px;
	margin: 0px;

}
.main #tagline {
	background-image: url(images/tagline_a.png);
	background-repeat: no-repeat;
	height: 80px;
	text-indent: -9999px;
	margin: 0px;
	padding: 0px;
}
.main #admit {
	background-image: url(images/admission.png);
	background-repeat: no-repeat;
	height: 63px;
	text-indent: -9999px;
	margin: 0px;
	padding: 0px;
}
.footer {
	background-image: url(images/footer_bg.png);
	height: 105px;
	width: 100%;
	text-indent: -9999px;
	margin: 0px;
	padding: 0px;
	position: fixed;
	bottom: 0;
	background-repeat: repeat-x;
	text-align: center;
	clear: both;
}
.sponsor {
	background-image: url(images/sponsors_a.png);
	height: 100%;
	width: 100%;
	margin: 0px;
	padding: 0px;
	background-repeat: no-repeat;
	background-position: center;
}
.reserve {
		background-image: url(images/reserve_ticket.png);
	background-repeat: no-repeat;
	background-position: left;
	width: 900px;
	height: 300px;
	margin: 0px;
	padding: 0px;
}
.reserved {
		background-image: url(images/reserved_ticket.png);
	background-repeat: no-repeat;
	background-position: left;
	width: 900px;
	height: 300px;
	margin: 0px;
	padding: 0px;
}
.form {
	width: 450px;
	height: 250px;
	padding-top: 30px;
	position: relative;
	left: 200px;
	margin: 0px;
}
.registered {
	width: 450px;
	height: 250px;
	padding-top: 30px;
	position: relative;
	left: 200px;
	margin: 0px;
	text-indent: -9999px;
	background-image: url(images/ticket_bg.png);
	background-repeat: no-repeat;
}
.filler {
	height: 30px;
	width: 900px;
	padding-top: 100px;
}
