body {
	background-image: url("../bgsounds.jpg");
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-position: 50% 0%;
	background-color: #000000;
	font-size: 1em;
        color: #262626;
}
.home
{
position:fixed;
right:5%;
top:20%;
}
.news
{
position:fixed;
right:5%;
top:30%;
}
.images
{
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
{
text-align:center;
position:fixed;
top:15%;
margin-left:20%;
margin-right:20%;
}
.logo
{
display:block;
margin-left:auto;
margin-right:auto;
margin-top:2%;
}

