body{
    background:black;
}


div#contents{
	background:black url('../images/logoback.jpg') fixed no-repeat center center;
    position:absolute;
    width:400px;
    left:50%;
    margin-left:-425px;
    height:400px;
    top:50%;
    margin-top:-200px;
	color:white;
	font:500 14px geosans, arial, sans-serif;
	overflow:auto;
	padding-left:435px;
	padding-right:15px;
}

#logo{
    float:left;
    width:437px;
    height:350px;
}


#pageContent{
	padding-left:50px;
	height:400px;
	width:450px;
	float:left;

	position:relative;
	left:-30px;
}

#contents a{
	color:#fe8206;
}

#contents p{
	margin:4px 0px 0px 0px;
	padding:0px 0px 16px 0px;
	background:url('../images/sep.gif') scroll no-repeat bottom center;
}
#contents p.last{
	background:none;
	padding:0px;
}
#contents p.words{
	background:none;
}

#contents h3{
	color:#fe8206;
	font:500 45px geosans, arial, sans-serif;
	margin:0px 0px 5px -40px;
}
#contents h5{
	color:#fe8206;
	font:500 20px geosans, arial, sans-serif;
	margin:5px 0px 5px 0px;
}


#navbartop{
	position:absolute;
	width:90%;
	left:5%;
	text-align:center;
	top:3px;
	color:#fe8206;
	font:500 18px geosans, arial, sans-serif;
}

#navbartop a{
	margin-right:45px;
	color:#fe8206;
	text-decoration:none;
	height:30px;
}
#navbartop img{
	border:none;
	
}

#submit{
	color:#fe8206;
	font:500 16px geosans, arial, sans-serif;
	width:120px;
	text-align:center;
	cursor:pointer;
}
#submit img{
	padding:0px 2px 0px 2px;
}

img.band-photo{
	width:200px;
	float:right;
}

.previous{
	float:left;
}
.next{
	float:right;
	margin-right:10px;
}
.other-bands{
	background:none;
}
	
	
