@charset "UTF-8";
/* CSS Document */

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #000;
	background-image: url(images/background-big.jpg);
	background-repeat:no-repeat;
	background-position:center 0;
}

h1 {
	font-family:"Palatino Linotype", "Book Antiqua", Palatino, serif;
	color:#a69063;
	font-size:32px;
	margin:0 0 10px 0;
	}
	
p {
	font-family:"Palatino Linotype", "Book Antiqua", Palatino, serif;
	color:#000;
	}

#wrapper {
	width:960px;
	margin:0 auto 0 auto;
	}

#main {
	z-index: 1;
	margin:0 auto 0 auto;
	position: absolute;
	top: 0px;
	}
	
#contentarea {
	background:url(images/home-content.png);
	background-position:0 0;
	background-repeat:repeat-y;
	}
	
#sub-contentarea {
	background:url(images/sub-content.png);
	background-position:0 0;
	background-repeat:repeat-y;
	}
	
#sidebar p {
	font-family:Verdana, Geneva, sans-serif;
	font-size:12px;
	color:#515151;
	}
	
#featuredband {
	position:relative;
	z-index: 1000;
	top: 420px;
	left:70px;
	width:310px;
	}
#footer {
	text-align:center;
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	color:#FFF;
	}
	
#footertext {
	margin: 80px 0 0 0;
	}
	
#footer a:link, #footer a:visited {
	color:#FFF;
	text-decoration:none;
	}
	
#footer a:hover, #footer a:active {
	color:#CCC;
	}

