body {
	background-image: url("../bgbio.jpg");
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-position: 50% 0%;
	background-color: #000000;
	font-size: .8em;
        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%;
}
.tour
{
position:fixed;
right:5%;
top:60%;
}
.links
{
position:fixed;
right:5%;
top:70%;
}
.contact
{
position:fixed;
right:5%;
top:80%;
}
p
{
margin-left:20%;
margin-right:20%;
}
.content
{
margin-top: 5%;
margin-bottom: 10%;
}
.italic
{
font-style:italic;
}

