html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
/*	outline: 0;	*/
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
body {
	background-color: #000000;
}
#container {
	margin:0 auto;
	text-align: left;
	width: 1024px;
	height: 450px;
}
#header {
	background-image: url(../images/header-bkgd.jpg);
	width: 1024px;
	height: 497px;
	text-align: center;
}
#header a, #footer a {
	padding: 10px;
}
#promo {
	height: 250px;
}
#promo-left {
	background-image: url(../images/promo-left.jpg);
	width: 347px;
	height: 250px;
	float: left;
}	
#promo-right {
	background-image: url(../images/promo-right.jpg);
	width: 677px;
	height: 250px;
	float: left;
}
#promo-right p {
	padding-top: 85px;
	font-family: Times;
	font-size: 2em;
	color: #e6cc98;
}
.divider {
	text-align: center;
}
#content-left {
	float: left;
	width: 906px;
	margin: 50px;
}
#content-right {
	float: left;
	margin: 0 auto;
	margin-top: 50px;
	margin-left: 50px;
}
#footer {
	background-image: url(../images/footer-bkgd.jpg);
	background-repeat: no-repeat;
	text-align: center;
	height: 256px;
	clear: both;
}
#footer>div {
	padding-top: 90px;
	margin-top:90px;
}
a {
	color: white;
}
h1#about-band {
	padding-top: 100px;
	height: 0px;
	overflow: hidden;
	background-image: url(../images/about-the-band.gif);
	background-repeat: no-repeat;
	background-position: center;
}
h1#whats-hot {
	padding-top: 100px;
	height: 0px;
	overflow: hidden;
	background-image: url(../images/whats-hot.gif);
	background-repeat: no-repeat;
	background-position: center;
}
p {
	font-family: Times;
	font-size: 1.2em;
	line-height: 1.3em;
	color: #e6cc98;
	margin-top: .5em;
}
