.introtext {
	height: auto;
	width: 500px;
	margin-top: auto;
	margin-right: 0px;
	margin-bottom: auto;
	margin-left: auto;
	float: right;
	padding-bottom: 35px;
}
.bands {
	float: left;
	height: 450px;
	width: 280px;
	margin-top: auto;
	margin-right: auto;
	margin-bottom: auto;
	margin-left: 15px;
	font-weight: bold;
	color: #F00;
	font-family: "Comic Sans MS", cursive;
}
.ticket {
	background-image: url(../resources/ticket.png);
	height: 100px;
	width: 200px;
	margin-top: auto;
	margin-right: 40px;
	margin-bottom: auto;
	margin-left: auto;
	padding-top: 110px;
	background-repeat: no-repeat;
	background-position: bottom;
}
.beers {
	background-color: #FFF;
	margin: auto;
	height: 150px;
	width: 820px;
	clear: both;
	background-image: url(../resources/beers.gif);
}
.contact {
	margin: auto;
	height: 70px;
	width: 820px;
	text-align: center;
	padding-top: 15px;
}

