html, body {
	background-color: #252525;
	background: linear-gradient(
		45deg,
		white 25%,
		#8b0 25%,
		#8b0 50%, 
		white 50%,
		white 75%, 
		#8b0 75%
	);
	margin:0;
	height: 100%;
	font-family: Tahoma, Geneva, sans-serif;
	color: #ffffff;
}

a {
	text-decoration: none;
	color: #ffffff;
}

#container {
	margin-left: auto;
	margin-right: auto;
	height: 100%;
	width: 1024px;
	background-color: #000000;
	color: #ffffff;
}

#content {
	width; 1004px;
	padding: 10px;
}

#footer {
	width: 1004px;
	padding: 5px;
	margin-left: auto;
	margin-right: auto;
	color: white;
	font-size: .8em;
}

#footerContainer {
	position: fixed;
	bottom: 0;
	width: 100%;
	height: 35px;
	
	/* Background gradient and color */
	background: -webkit-linear-gradient(#252525, #000000); /* For Safari 5.1 to 6.0 */
	background: -o-linear-gradient(#252525, #000000); /* For Opera 11.1 to 12.0 */
	background: -moz-linear-gradient(#252525, #000000); /* For Firefox 3.6 to 15 */
	background: linear-gradient(#252525, #000000); /* Standard syntax */
	background-color: #000000;
	
	/* Background transparency */
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)"; /* IE 8 */
	filter: alpha(opacity=90); /* IE 5-7 */
	-moz-opacity: 0.9; /* Netscape */
	-khtml-opacity: 0.9; /* Safari 1.x */
	opacity: 0.9; /* Good browsers */
	
	border-top: #000000 1px solid;
	line-height: 30px;
}

#header {
	background-image:url("../images/header.png");
}

#header img {
	display: block;
	margin: auto;
}

#homePicContainer {
	width: 500px;
	margin-left: auto;
	margin-right: auto;
}

#menuContainer {
	color: #ffffff;
	width: 1024px;
	text-align: center;
	margin-top: 10px;
}

#tourDates {
	width: 400px;
}

.activeMenuItem {
	color: #666666;
}

.box {
	background-color: #252525;
	padding: 10px;
}

.center {
	text-align: center;
	margin: auto;
}

.clear {
	clear: both;
}

.header {
	text-decoration: underline;
	font-weight: bold;
}

.left {
	float: left;
}

.right {
	float: right;
}