body {
	background: #000000;
	color: #CC9;
	margin: 0px;
	padding: 0px;
}

#background {
	position: absolute;
	z-index: -2;
	left: 0;
	top: 0;
	width: 100%;
	overflow: hidden;
}

#background img {
	width: 100%;
}

h2 {
	font: bold 26px "Lucida Console", Monaco, monospace;
	text-transform: uppercase;
	margin: 20px 0;
}

h3 {
	font: normal 16px "Lucida Console", Monaco, monospace;
	margin: 20px 0 0;
}

a img {
	border: 0;
}

a:link, a:visited {
	color: #799da4;
	text-decoration: none;
}

a:hover, a:active {
	color: #9abbc1;
}

#wrapper {
	margin: 0;
	padding: 0;
}

#container {
	position: relative;
	margin: 0 0 20px;
	padding: 0;
}

#splashMan {
	background: #172121 url(images/bkg-splash.png) scroll no-repeat center top;
	position: relative;
	top: 20px;
	margin: 0 auto;
	width:	100%;
	height: 636px;
	z-index: -1;
	text-align: center;
	display: none;
}

#logo {
	position: relative;
	top: 140px;
	width: 451px;
	margin: 0 auto;
}

#tourdates {
	position: relative;
	width: 1000px;
	margin: 20px auto;
	padding: 20px;
	border: 1px solid #799DA4;
	background: transparent url(images/screen.png) repeat scroll 0 0;
}

#tourdates h2 {
	text-align: center;
	font-size: 22px;
	position: relative;
	margin: 0;
	text-transform: uppercase;
	font-weight: bold;
}

#tourdates h3 {
	text-align: center;
	margin: 0 0 20px;
}

#tourdates ul {
	list-style: none;
	float: left;
	width: 33%;
	padding: 0;
	margin: 0;
	position: relative;
}

#covers {
	position: relative;
	width: 1114px;
	bottom: 2%;
	margin: 30px auto 0 auto;
}

.cover1, .cover2, .cover3, .cover4 {
	float: left;
	text-align: center;
	bottom: 2%;
	font-weight: bold;
	background: #000000;
	padding: 8px;
	margin: 10px;
}

.cover1 img, .cover2 img, .cover3 img, .cover4 img {
	border: solid 1px #224349;
	margin: 0 0 6px;
}

.cover5 {
	margin: 0 auto;
	width: 380px;
	font-weight: bold;
	text-align: center;
}

/*
----------------------------------------------------------------
	Clear Fix Rules
---------------------------------------------------------------- */

.clearfix:after {
     content: " "; 
     display: block; 
     height: 0; 
     clear: both; 
     visibility: hidden;
     font-size: 0;
}
.clearfix {display: inline-block;}
/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */
