body {
	background-image: url("../bgtour.jpg");
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-position: 50% 0%;
	background-color: #000000;
	font-size: 1.5em;
        color: #262626;
}
.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%;
}
.images
{
position:fixed;
right:5%;
top:50%;
}
.bio
{
position:fixed;
right:5%;
top:60%;
}
.links
{
position:fixed;
right:5%;
top:70%;
}
.contact
{
position:fixed;
right:5%;
top:80%;
}
.content
{
margin-top:8%;
margin-left:25%;
margin-right:25%;
text-align:center;
font-size: .7em;
}
.bbold
{
font-weight:bold;
}

