body {
	background-image: url("../bglinks.jpg");
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-position: 50% 0%;
	background-color: #000000;
	font-size: 1em;
        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%;
}
.tour
{
position:fixed;
right:5%;
top:70%;
}
.contact
{
position:fixed;
right:5%;
top:80%;
}
.content
{
display: block;
margin-top:14%;
margin-left:22%;
margin-right:22%;
text-align:left;
}
.centerbanner
{
display: block;
margin-left:auto;
margin-right:auto;
margin-top:6%;
}
.middle
{
text-align:center;
}
A.hl:link {text-decoration: none}
A.hl:visited {text-decoration: none}
A.hl:hover {font-weight:bold; color: red;}
A.hl:active {text-decoration: none}

