html, body {
	padding:0px;
	width:100%;
	height:100%;
	overflow:hidden;
	font-family: Arial, Helvetica, sans-serif;
	margin: 0px;
}
.highliteTxt {font-size: medium;
	font-weight: bold;}
#Main {position:absolute;
	top:50%;
	width:100%;
	height:350px;
	z-index:1;}
#MainBody {position:absolute;
	visibility:visible;
	left:0px;
	top:50%;
	z-index:2;
	overflow: auto;
	width: 100%;}
#background{position:absolute; 
	z-index:1; 
	width:100%; 
	height:100%
	}
#scroller {position:absolute; 
	width:100%; 
	height:100%; 
	top:0; 
	left:0; 
	overflow:auto; 
	z-index:2;}
#content {padding:20px 300px 20px 200px;}

a:link {
	color: #CC0000;
	text-decoration: none;
	}
a:visited {
	color: #CC0000;
	text-decoration: none;
	}

a:hover {
	color: #999999;
	text-decoration: underline;
	}
a:active {
	color: #999999;
	text-decoration: none;
	}
#Tickets {position:absolute;
	left:15px;
	top:12px;
	width:176px;
	height:111px;
	z-index:2;}
.bodytext {font-size: small;}.copyright {
	font-size: x-small;
	color: #999999;
}
.red {
	color: #CC0000;
	}
#MainBody {
	position:absolute;
	visibility:visible;
	left:0px;
	top:50%;
	z-index:1;
	overflow: auto;
	width: 100%;
	height: 529px;
	margin-top: -270px;}
#Bottom {
	position:absolute;
	left:0px;
	width:100%;
	height:50px;
	z-index:5;
	bottom: 0px;
	}
