html, body {
	background-color: black; 
	margin: 0px;
	padding: 0px;
	height: 100%;
	font-size: 11px;
	font-family: Verdana, sans-serif;
	color: white;
}

img {
	display: block;
}

/** main table **/
.outerLeft {
	width: 50%;
	background: url(../images/home/outer_left.gif) top right repeat-y;
}
.outerRight {
	width: 50%;
	background: url(../images/home/outer_right.gif) top left repeat-y;
}
.outerLeftBottom {
	height: 49px;
	background: url(../images/home/outer_left_bottom.gif) top right no-repeat;
}
.outerRightBottom {
	height: 49px;
	background: url(../images/home/outer_right_bottom.gif) top left no-repeat;
}
.outerBottom {
	background: url(../images/home/outer_bottom.gif) top left repeat-x;
}
.outerBottomLeftCorner {
	background: url(../images/home/outer_bottom_left_corner.gif) top right no-repeat;
}
.outerBottomRightCorner {
	background: url(../images/home/outer_bottom_right_corner.gif) top left no-repeat;
}
.outerBottomLeft {
	background: url(../images/home/outer_bottom_left.gif) top left no-repeat;
}
.outerBottomRight {
	background: url(../images/home/outer_bottom_right.gif) top right no-repeat;
}
/** end main table **/

.homeContent {
	position: relative;
	width: 875px;
	border-left: 1px solid white;
	border-bottom: 1px solid white;
	border-right: 1px solid white;
	background: url(../images/home/top_back.jpg) top left no-repeat;
	padding-bottom: 20px;
}
.homeBottomBack {
	background: url(../images/home/bottom_back.gif) bottom left no-repeat;
}

.homeMenu {
	padding-left: 40px;
	padding-top: 267px;
}

.seasonTickets {
	position: absolute;
	padding-left: 527px;
	padding-top: 127px;
}