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:20%;
}
.news
{
position:fixed;
right:5%;
top:30%;
}
.sounds
{
position:fixed;
right:5%;
top:40%;
}
.bio
{
position:fixed;
right:5%;
top:50%;
}
.tour
{
position:fixed;
right:5%;
top:60%;
}
.links
{
position:fixed;
right:5%;
top:70%;
}
.contact
{
position:fixed;
right:5%;
top:80%;
}
.content
{
width:600px;
}
.text
{
margin-top:1%;
margin-left:25%;
margin-right:25%;
text-align:center;
}
.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)
}
