body{

	background-color: #ffeecc;
	background-image: url("images/textureBG.png");
	background-repeat: repeat;
}
p{
	display:inline-block;
	padding-left: 20px;
	padding-right:20px;
	padding-bottom: 0px;
	background-color: grey;
	color:white;

}
a{
	color:black;
	text-decoration: none;
}
p:hover{
	background-color:white;
	color:black;
}
#current{
	background-color: white;
	color:black;
}
#title-img{
	text-align: center;

}
#band{
	text-align: center;
}
#bandpic{
	filter: grayscale(100%);
}
#bandpic:hover{
	filter:grayscale(0%);
}