html { height: 100%; }
body {
	margin: 0px;
	padding: 0px;
	height: 100%;
	width: 100%;
}
body#main {
	background-image: url(../images/background.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
}
#index {
	width: 740px;
	height: 551px;
	padding: 0px;
	position: absolute;
	top:50%;
	margin-top: -275px;
	left: 50%;
	margin-left: -370px;
}
#index img {
	margin-top: 15px;
	padding-top: 15px;
}
/*----- NAVI -----*/

#navi {
	width: auto;
	padding: 0px;
	margin: 0 auto;
	padding-top: 20px;
	clear: both;
}
ul#menulist_root{
	padding: 0px;
	margin: 0 auto;
	list-style-image: none;
	list-style-type: none;
	text-align: center;
	width: 740px;
}
ul#menulist_root li{
	margin: 0px;
	padding: 0px;
	margin-left: 19px;
	height: auto;
	background-repeat: no-repeat;
	list-style-image: none;
	list-style-type: none;
	float: left;
}
ul#menulist_root li a{
	display: block;
	text-decoration: none;
	font-size: 1px;
	white-space: nowrap;
	margin: 0px;
	padding: 0px;
}
ul#menulist_root li a #link{
	visibility: hidden;
}
ul#menulist_root li#menuitem_1{
	width: 41px;
	height: 28px;
	background: url(../images/news.gif);
	background-position: 0px 0px;
	margin-left: 0px;
}
ul#menulist_root li#menuitem_1:hover{
	background-position: 0px -28px;
}
#menuitem_1 a#menulink_1{
	width: 41px;
	height: 28px;
	padding: 0px;
	margin: 0px;
}
#menuitem_2{
	width: 52px;
	height: 28px;
	background: url(../images/shows.gif);
	background-position: 0px 0px;
}
#menuitem_2:hover{
	background-position: 0px -28px;
}
li#menuitem_2 a#menulink_2{
	width: 52px;
	height: 28px;
	padding: 0px;
	margin: 0px;
}
#menuitem_3{
	width: 48px;
	height: 28px;
	background: url(../images/merch.gif);
	background-position: 0px 0px;
}
#menuitem_3:hover{
	background-position: 0px -28px;
}
li#menuitem_3 a#menulink_3{
	width: 48px;
	height: 28px;
	padding: 0px;
	margin: 0px;
}
#menuitem_4{
	width: 23px;
	height: 28px;
	background: url(../images/bio.gif);
	background-position: 0px 0px;
}
#menuitem_4:hover{
	background-position: 0px -28px;
}
li#menuitem_4 a#menulink_4{
	width: 23px;
	height: 28px;
	padding: 0px;
	margin: 0px;
}
#menuitem_5{
	width: 44px;
	height: 28px;
	background: url(../images/media.gif);
	background-position: 0px 0px;
}
#menuitem_5:hover{
	background-position: 0px -28px;
}
li#menuitem_5 a#menulink_5{
	width: 44px;
	height: 28px;
	padding: 0px;
	margin: 0px;
}
#menuitem_6{
	width: 90px;
	height: 28px;
	background: url(../images/discography.gif);
	background-position: 0px 0px;
}
#menuitem_6:hover{
	background-position: 0px -28px;
}
li#menuitem_6 a#menulink_6{
	width: 90px;
	height: 28px;
	padding: 0px;
	margin: 0px;
}
#menuitem_7{
	width: 53px;
	height: 28px;
	background: url(../images/photos.gif);
	background-position: 0px 0px;
}
#menuitem_7:hover{
	background-position: 0px -28px;
}
li#menuitem_7 a#menulink_7{
	width: 53px;
	height: 28px;
	padding: 0px;
	margin: 0px;
}
#menuitem_8{
	width: 45px;
	height: 28px;
	background: url(../images/lyrics.gif);
	background-position: 0px 0px;
}
#menuitem_8:hover{
	background-position: 0px -28px;
}
li#menuitem_8 a#menulink_8{
	width: 45px;
	height: 28px;
	padding: 0px;
	margin: 0px;
}
#menuitem_9{
	width: 112px;
	height: 28px;
	background: url(../images/messageboard.gif);
	background-position: 0px 0px;
}
#menuitem_9:hover{
	background-position: 0px -28px;
}
li#menuitem_9 a#menulink_9{
	width: 112px;
	height: 28px;
	padding: 0px;
	margin: 0px;
}
#menuitem_10{
	width: 54px;
	height: 28px;
	background: url(../images/contact.gif);
	background-position: 0px 0px;
}
#menuitem_10:hover{
	background-position: 0px -28px;
}
li#menuitem_10 a#menulink_10{
	width: 54px;
	height: 28px;
	padding: 0px;
	margin: 0px;
}
/*----- NAVI-ENDE -----*/
img#labels {
	padding-left: 7px;
	padding-top: 10px;
}