@charset "utf-8";

.shows {
	background-image: url(images/bg-shows.jpg);
	background-position: center center;
	background-repeat: no-repeat;
}
.content {
	margin: 16px;
	padding: 16px;
}

.contact {
	background-image: url(images/bg-contact.jpg);
	background-position: center center;
}
.players {
	background-image:url(images/bg-players.jpg);
	background-position: center center;
	}
.music {
	background-image:url(images/bg-music.jpg);
	background-position: center center;
	background-repeat: no-repeat;
	}
.media {
	background-image:url(images/bg-media.jpg);
	background-position: center center;
	}
body {
	font-family: "Courier New", Courier, monospace;
	margin: 0px;
	padding: 0px;
	color: #333333;
	background-position: center;
	font-size: 12px;
	}
a {
	text-decoration: none;
	}
a:hover {
	text-decoration: underline;
	}
a:visited {
	color: #0000CC;
	}
.content {
	font-family: "Courier New", Courier, monospace;
	font-size: 12px;
	color: #333333;
	background-position: center;
}
