* {
	font-family: verdana;
}
body {
	background-color: #000000;
}
.signup {
	float: right;
	margin-right: 25px;
	text-color:
}
.footer {
	text-decoration: none;
	list-style: none;
	display: inline;
	padding:10px;
}
ul {
	font-size:1em;
	letter-spacing:1.5;
}
.container {
	margin: 0 auto;
	text-align: center;
}
.graphic {
	clear: both;
	margin: 0 auto;
	width: 850px;
	height: 600px;
	background: url('../media/graphics/homepage.jpg');
	position: relative;
}
p, a {
	color:#33444F;
}
/*---------- MOUSE OVER ----------*/	
a:link {
	color: #33444F;
	text-decoration: none;
}
a:visited {
	color: #33444F;
	text-decoration: none;
}
a:hover {
	color: #493725;
}
a:active {
	color: #7E491A;
	text-decoration: none;
}
/*---------- GRAPHICS ----------*/	
#logo {
	position: absolute;
	left: 570px;
	top:50px;
	z-index: 1;
}
#blog {
	position: absolute;
	left: 300px;
	top:35px;
	z-index: 1;
}
#gallery {
	position: absolute;
	left: 364px;
	top:70px;
	z-index: 0;
}
#music {
	position: absolute;
	left: 433px;
	top:467px;
	z-index: 1;
}
#links {
	position: absolute;
	left: 185px;
	top:499px;
	z-index: 1;
}
#contact {
	position: absolute;
	left: 689px;
	top:255px;
	z-index: 2;
}
#store {
	position: absolute;
	left: 55px;
	top:260px;
	z-index: 1;
}
#presskit {
	position: absolute;
	left:239px;
	top:200px;
	z-index: 1;
}
#shows {
	position: absolute;
	left: 594px;
	top:509px;
	z-index: 1;
}
