body {
background-image: url('bg.jpg');
background-repeat: repeat-x;
background-color: #000;	
background-position: top center;
font: 14px 'Verdana', 'Arial', sans-serif;
        color: #fff;

}

a {
	color: #fff;	
}

a:hover {
	text-decoration: none;
}
#wrapper {
width: 1000px;
margin: 0px auto;
height: 100%;
padding: 0px;
}


#date-bg {
	position: absolute;
	top: 650px;
	left: -110px;
	z-index: 1;
	width: 100%;
	text-align: center;
	height: 150px;
}

#date-bg1 {
	width: 1000px;
	margin: 0px auto;
}

#date {
	width: 350px;
	margin: 50px auto;
	text-align: center;
	float: left;
}

#where {
	float: left;
	width: 650px;
}

/*#tickets {
	float: left;
	width: 250px;
}*/
#band-wrapper {
    clear: both;
	width: 1000px;
	margin: 950px auto 0px auto;
}

#band-wrapper img {
	border: 5px solid #fff;
}
#band1 {
	float: left;
	display: block;
	background-color: white;
    margin-right: 25px;
	margin-top: 50px;
}

#band2 {
	float: left;
	display: block;
	background-color: white;
    margin-right: 25px;
}

#band3 {
	margin-top: 50px;
	float: left;
	display: block;
	background-color: white;
}

#contact {
	padding-top: 50px;
	margin: 50px auto 50px auto;
	clear: both;
	width: 800px;
	height: 75px;
    text-align: center;
	color: #fff;
}
#contact img {
border:0px;}
