body {
	background-image: url("../bgimages.jpg");
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-position: 50% 0%;
	background-color: #000000;
}
.logo
{
display:block;
margin-left:auto;
margin-right:auto;
margin-top:2%;
}
.home
{
position:fixed;
right:5%;
top:30%;
}
.sounds
{
position:fixed;
right:5%;
top:45%;
}
.bio
{
position:fixed;
right:5%;
top:60%;
}
.tour
{
position:fixed;
right:5%;
top:75%;
}
.links
{
position:fixed;
right:5%;
top:90%;
}
.content
{
width:600px;
}
.thumb1
{
position:fixed;
left:28%;
top:30%;
border: medium double rgb(41,31,66)
}
.thumb2
{
position:fixed;
left:60%;
top:30%;
border: medium double rgb(41,31,66)
}
.thumb3
{
position:fixed;
left:28%;
top:60%;
border: medium double rgb(41,31,66)
}
.thumb4
{
position:fixed;
left:55%;
top:69%;
border: medium double rgb(41,31,66)
}