body {
	margin: 0;
	padding: 25px;
	font: 62.5% "Lucida Sans", Arial, Helvetica, sans-serif;
	color: #333;
	background-image: url(../img/music-staff.gif);
}
#wrapper {
	width: 772px;
	margin: 0 auto;
	font-size: 1.2em;
}
h1 {
	margin: 0;
	padding: 0;
	height: 20px;
}
#theband {
	margin-top: -20px;
	border: 1px solid #999;
	display: block;
}
#logo {
	position: absolute;
	top: 440px;
	margin-left: 25px;
}
ul {
	display: inline;
	list-style: none;
}
#content {
	text-align: center;
}
li {
	display: inline;
}
a {
	color: #c4915c;
	text-decoration: underline;
}
ul li a {
	display: inline-block;
	padding: 0 20px;
	background-image: url(../img/favicon.png);
	background-repeat: no-repeat;
	background-position: left center;
}
a:hover {
	color: #000;
	text-decoration: none;
}
small {
	font-size: 0.85em;
}
