
body {
	font-family: bradley hand itc, comic sans ms;
	font-size: 20;
    	font-weight: bold;
    	color: white;
    	scrollbar-face-color: #000000;
	scrollbar-highlight-color: #FFFFFF;
	scrollbar-3dlight-color: #FFFFFF;
	scrollbar-shadow-color: #FFFFFF;
	scrollbar-darkshadow-color: #FFFFFF;
	scrollbar-arrow-color: #FFFFFF;
	scrollbar-track-color: #000000;
     }
     
body.bg {
	  background-position: bottom left;
	  background-repeat: repeat-x;
	  background-color: black;
	}


img.home {
	  position: absolute;
	  top: 20px;
	  left: 340px;
	  height: 30px;
	 }
	 
	 
img.news {
	  position: absolute;
	  top: 60px;
	  left: 380px;
	  height: 30px;
	 }
	
	
img.band {
	  position: absolute;
	  top: 20px;
	  left: 440px;
	  height: 30px;
	 }
	
	
img.music {
	  position: absolute;
	  top: 61px;
	  left: 480px;
	  height: 30px;
	 }
	 
	
img.tour {
	  position: absolute;
	  top: 20px;
	  left: 540px;
	  height: 30px;
	 }
	 
img.gigs {
	  position: absolute;
	  top: 20px;
	  left: 540px;
	  height: 35px;
	 }
	 
	 
img.media {
	  position: absolute;
	  top: 63px;
	  left: 580px;
	  height: 30px;
	 }
	 
	 
img.contact {
	  position: absolute;
	  top: 22px;
	  left: 620px;
	  height: 30px;
	 }

a:link {
	color:red;
	}
	
	
a:visited
	{
	color:red;
	}
	
a:hover
	{
	color:white;
	}
	
a img:link { color:#000000; }
a img:visited { color:#000000; }
a img:hover { color:#FFFFFF; }