/* CSS Document */



body {

	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #000;
	font-family: "Trebuchet MS", Helvetica, Arial, sans-serif; font-size: 11px
}

#wrapper {
	left:30px;
	width: 1000px;
	height: 600px;
	text-align: left;
	margin: 0 auto;
 }
 
/* header nav buttons */



#homebtn {
	position:absolute;
	left:0px;
	top:0px;
	width:270px;
	height:60px;
}

#spacer {
	position:absolute;
	left:270px;
	top:0px;
	width:370px;
	height:31px;
}

#jukeboxbtn {
	position:absolute;
	left:640px;
	top:0px;
	width:260px;
	height:31px;
}

#newsbtn {
	position:absolute;
	left:270px;
	top:31px;
	width:130px;
	height:29px;
}

#pressbtn {
	position:absolute;
	left:400px;
	top:31px;
	width:80px;
	height:29px;
}

#musicbtn {
	position:absolute;
	left:480px;
	top:31px;
	width:84px;
	height:29px;
}

#tourbtn {
	position:absolute;
	left:564px;
	top:31px;
	width:76px;
	height:29px;
}

#picsbtn {
	position:absolute;
	left:640px;
	top:31px;
	width:70px;
	height:29px;
}

#contactbtn {
	position:absolute;
	left:710px;
	top:31px;
	width:110px;
	height:29px;
}

#storebtn {
	position:absolute;
	left:820px;
	top:31px;
	width:80px;
	height:29px;
}
/* page footer, credits and copyright */

#footer {
	position: absolute;
	float: bottom;
	top: 575px;
	margin: 0px;
	width: 1000px;
	height: 19px;
	left: 0px;
}

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

#copyright {
	position: absolute; 
	top: 0px;
	left: 300px;
	width: 200px;
	height: 10px;
	text-align: right;
	padding: 3px;
}
 
#artcredits {
	position: absolute; 
	top: 0px;
	left: 420px;
	width: 200px;
	height: 10px;
	text-align: right;
	padding: 3px;
}
   
#photocredits {
	position: absolute; 
	top: 0px;
	left: 650px;
	width: 260px;
	height: 10px;
	text-align: right;
	padding: 3px;
}


.credits {  font-family: Arial, Helvetica, sans-serif; font-size: 10px; color: #222222;}

.credits a:link {
	color: #333333;
	text-decoration: none;
}

.credits a:visited {
	color: #333333;
	text-decoration: none;
}

.credits a:hover {
	color: #666666;
	text-decoration: none;
}

.credits a:active {
	color: #666666;
	text-decoration: none;
}
