body {
	width:100%;
	height:100%;
	margin:0px;
	background-color:#606f76;
}

#mainbg {
	width:100%;
	height:100%;
	background-image:url(../images/mainbg.jpg);
	background-repeat:repeat-x;
	}

#mainholder {
	width:1061px;
	height:100%;
	z-index:2;
	margin:auto;
}
#logo {
	width:1025px;
	height:176px;
	background-image:url(../images/logo.jpg);
	background-repeat:no-repeat;
	margin:auto;
	}
	
#navholder {
	width:1025px;
	height:42px;
	margin:auto;
	}
	
#home {
	background-image:url(../images/home.jpg);
	width:90px;
	height:42px;
	float:left;
	}
	
#felons {
	background-image:url(../images/felons.jpg);
	width:130px;
	height:42px;
	float:left;
	}
	
#shows {
	background-image:url(../images/shows.jpg);
	width:189px;
	height:42px;
	float:left;
	}
	
#blog {
	background-image:url(../images/blog.jpg);
	width:71px;
	height:42px;
	float:left;
	}
	
#press {
	background-image:url(../images/press.jpg);
	width:81px;
	height:42px;
	float:left;
	}
	
#merch {
	background-image:url(../images/merch.jpg);
	width:152px;
	height:42px;
	float:left;
	}
	
#contact {
	background-image:url(../images/contact.jpg);
	width:73px;
	height:42px;
	float:left;
	}
	
