/* CSS Document */



/* body */

body {
	margin-left:0;
	margin-right:0;
	margin-top:0;
	margin-bottom:0;
	width:100%;
	height:100%;
	background-position: 0px 66px;	
	background-attachment: scroll;
	background-repeat: no-repeat;
	background-color: #fff;
}



#pagebg {
	position:absolute;
	left:0px;
	top:66px;
	width:1100px;
	height:538px;
}


/* header navigation */



#header {
	position:absolute;
	left:0px;
	top:0px;
	width:1100px;
	height:66px;
}

#homebtn {
	position:absolute;
	left:0px;
	top:0px;
	width:184px;
	height:66px;
}

#aboutbtn {
	position:absolute;
	left:184px;
	top:0px;
	width:93px;
	height:66px;
}

#biosbtn {
	position:absolute;
	left:277px;
	top:0px;
	width:70px;
	height:66px;
}

#musicbtn {
	position:absolute;
	left:347px;
	top:0px;
	width:87px;
	height:66px;
}

#videobtn {
	position:absolute;
	left:434px;
	top:0px;
	width:85px;
	height:66px;
}

#picsbtn {
	position:absolute;
	left:519px;
	top:0px;
	width:74px;
	height:66px;
}

#venuesbtn {
	position:absolute;
	left:593px;
	top:0px;
	width:104px;
	height:66px;
}

#bookingbtn {
	position:absolute;
	left:697px;
	top:0px;
	width:114px;
	height:66px;
}

#epkbtn {
	position:absolute;
	left:811px;
	top:0px;
	width:90px;
	height:66px;
}

#playerlink {
	position:absolute;
	left:901px;
	top:0px;
	width:199px;
	height:66px;
}




/* page footer, credits and copyright */

#footer {
	position: absolute;
	float: bottom;
	top: 585px;
	margin: 0px;
	width: 1010px;
	height: 18px;
}

#designcredits {
	position: absolute; 
	top: 0px;
	left: 20px;
	width: 250px;
	height: 10px;
	text-align: left;
	padding: 3px;
}

#copyright {
	position: absolute; 
	top: 0px;
	left: 363px;
	width: 250px;
	height: 10px;
	text-align: center;
	padding: 3px;
}
   
#photocredits {
	position: absolute; 
	top: 0px;
	left: 696px;
	width: 254px;
	height: 10px;
	text-align: left;
	padding: 3px;
	text-align: center;
}


