/* CSS Document */



/* page */

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #000000;
}

/* top nav */

#header {
	position: absolute;
	top: 0px;
	left: 20px;
	width: 1000px;
	height: 50px;
	padding: 0px;
	background-color: #000;
}

#homebtn {
	position:absolute;
	left:0px;
	top:0px;
	width:260px;
	height:50px;
}

#newsbtn {
	position:absolute;
	left:260px;
	top:0px;
	width:75px;
	height:50px;
}

#biobtn {
	position:absolute;
	left:335px;
	top:0px;
	width:53px;
	height:50px;
}

#tourbtn {
	position:absolute;
	left:388px;
	top:0px;
	width:70px;
	height:50px;
}

#musicbtn {
	position:absolute;
	left:458px;
	top:0px;
	width:150px;
	height:50px;
}

#pressbtn {
	position:absolute;
	left:608px;
	top:0px;
	width:83px;
	height:50px;
}

#photosbtn {
	position:absolute;
	left:691px;
	top:0px;
	width:91px;
	height:50px;
}

#contactbtn {
	position:absolute;
	left:782px;
	top:0px;
	width:108px;
	height:50px;
}

#navbg {
	position:absolute;
	left:890px;
	top:0px;
	width:110px;
	height:50px;
}


/* bottom navigation */

#footer {
	position: absolute;
	top: 622px;
	left: 20px;
	margin: 0px;
	width: 1000px;
	height: 44px;
}

#fanclubbtn {
	position:absolute;
	left:0px;
	top:0px;
	width:139px;
	height:44px;
}

#storebtn {
	position:absolute;
	left:139px;
	top:0px;
	width:89px;
	height:44px;
}

#itunesbtn {
	position:absolute;
	left:228px;
	top:0px;
	width:107px;
	height:44px;
}

#signupbtn {
	position:absolute;
	left:335px;
	top:0px;
	width:102px;
	height:44px;
}

#playerbg {
	position:absolute;
	left:460px;
	top:14px;
	width:410px;
	height:24px;
}

#playerbtn {
	position:absolute;
	left:460px;
	top:0px;
	width:410px;
	height:44px;
}

#logobtn {
	position:absolute;
	left:884px;
	top:0px;
	width:116px;
	height:44px;
}

