body {
	background-image: url("../bgsounds.jpg");
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-position: 50% 0%;
	background-color: #000000;
	font-size: 1.5em;
        color: #262626;
}
.home
{
position:fixed;
right:5%;
top:30%;
}
.images
{
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
{
text-align:center;
position:fixed;
width:100%;

top:40%;
}
.logo
{
display:block;
margin-left:auto;
margin-right:auto;
margin-top:2%;
}
