body {
	margin: 0px;
	font-family: Bitstream Vera Sans, Helvetica, Arial, san-serif;
	font-size: 12pt;
	background-color: #EDEDED;
}

#nav {
	position: absolute;
	top: 55px;
	left: 50%;
	margin-left: 290px;
}
#mp3 {
	position: absolute;
	top: 55px;
	left: 50%;
	margin-left: -494px;
}

#banner {
	height: 303px;
	background: #ccc url(/images/apocalrock-banner-bg.jpg) repeat-x;
	text-align: center;
}
#banner a#logo {
	display: inline-block;
	width: 664px;
	height: 303px;
	background: #cff url(/images/apocalrock-banner.jpg) no-repeat;
}

#content {
	width: 996px;
	margin: auto;
}

#footer {
	font-size: 10pt;
	color: #999;
	border-top: 1px solid #ccc;
	margin-top: 10px;
	padding: 4px;
}

form fieldset input, form fieldset textarea {
	display:block;
}