@charset "utf-8";
/* CSS Document */
.home a{
	display:block;
	width:93px;
	height:60px;
	float:left;
	clear: right;
	background-image:url(../images/my.png);
	background-repeat:no-repeat;
	cursor:pointer;
	margin-bottom: 200px;
	}
	.news a{display:block;
	width:78px;
	height:60px;
	float:left;
	clear: right;
	background-image:url(../images/my.png);
	background-repeat:no-repeat;
	cursor:pointer;}
        
	.band a{display:block;
	width:77px;
	height:60px;
	float:left;
	clear: right;
	background-image:url(../images/my.png);
	background-repeat:no-repeat;
	cursor:pointer;}
	
	.media a{display:block;
	width:85px;
	height:60px;
	float:left;
	clear: right;
	background-image:url(../images/my.png);
	background-repeat:no-repeat;
	cursor:pointer;}
	
	.discography a{display:block;
	width:145px;
	height:60px;
	float:left;
	clear: right;
	background-image:url(../images/my.png);
	background-repeat:no-repeat;
	cursor:pointer;}
	
	.tour a{display:block;
	width:72px;
	height:60px;
	float:left;
	clear: right;
	background-image:url(../images/my.png);
	background-repeat:no-repeat;
	cursor:pointer;}
	
	.contact a{display:block;
	width:100px;
	height:60px;
	float:left;
	clear: right;
	background-image:url(../images/my.png);
	background-repeat:no-repeat;
	cursor:pointer;}
	
	.links a{display:block;
	width:71px;
	height:60px;
	float:left;
	clear: right;
	background-image:url(../images/my.png);
	background-repeat:no-repeat;
	cursor:pointer;}
	
	.merch a{
	display:block;
	width:102px;
	height:60px;
	float:left;
	clear: right;
	background-image:url(../images/my.png);
	background-repeat:no-repeat;
	cursor:pointer;
}
	
.arrowup a{
	display: block;
	height: 32px;
	width: 32px;
	background-image: url(../images/arrow_up_32.png);
	cursor: pointer;
	background-repeat: no-repeat;
	text-align: center;
	position: absolute;
	margin-right: auto;
	margin-left: auto;
	margin-top: 45px;
}

	
	
	
	
	
	#demo_home{background-position:0 0;}
	#demo_home:hover,#demo_home.hover{background-position:0 -60px;}
        
	#demo_news{background-position:-93px 0;}
	#demo_news:hover,#demo_news.hover{background-position:-93px -60px;}
        
	#demo_band{background-position:-171px 0;}
	#demo_band:hover,#demo_band.hover{background-position:-171px -60px;}
        
	#demo_media{background-position:-248px 0;}
	#demo_media:hover,#demo_media.hover{background-position:-248px -60px;}
        
	#demo_discography{background-position:-333px 0;}
	#demo_discography:hover,#demo_discography.hover{background-position:-333px -60px;}
        
	#demo_tour{background-position:-478px 0;}
	#demo_tour:hover,#demo_tour.hover{background-position:-478px -60px;}
	
	#demo_contact{background-position:-550px 0;}
	#demo_contact:hover,#demo_contact.hover{background-position:-550px -60px;}
	
	#demo_links{background-position:-650px 0;}
	#demo_links:hover,#demo_links.hover{background-position:-650px -60px;}
	
		#demo_merch{background-position:-721px 0;}
	#demo_merch:hover,#demo_merch.hover{background-position:-721px -60px;}
	
	#demo_arrowup{background-position:0 0;}
	#demo_arrowup:hover,#demo_arrowup.hover{background-position:0 -32px;}



