body {
    margin: 0;
    background-color: #01060a;
    font-family: Arial, Helvetica, sans-serif;
    color: #ffffff;
}
#main {
    background-image: url("../images/bgsplash.jpg");
    width: 950px;
    margin: 0 auto;
}


#content {
    background-image: url("../images/bgsplash.jpg");
    min-height: 200px;
}

#navlinks {
    width: 950px;
    height: 131px;
    display: block;
}

#navlinks ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
    height: 131px;
  
}


#navlinks span {
    visibility: hidden;
}



#navlinks ul li{
    display: inline;
    height: 131px;
    
}

#storylink a {
    display: block;
    float: left;
    width: 120px;
    height: 131px;
    text-decoration: none;
    background:url(images/story.jpg);
}

#storylink a:hover{
display: block;
float: left;
    width: 120px;
    height: 131px;
    background: url(images/story.jpg);
}

#gallerylink a {
    float: left;
   display: block;
   width: 141px;
    height: 131px;
    text-decoration: none;
    background:url(images/gallery.jpg);
}

#gallerylink a:hover{
    float: left;
    width: 141px;
    height: 131px;
    background: url(images/gallery.jpg);
}

#bookinglink a {
    float: left;
   display: block;
   width: 188px;
    height: 131px;
    text-decoration: none;
    background:url(images/booking.jpg);
}

#bookinglink a:hover{
    float: left;
    width: 188px;
    height: 131px;
    background: url(images/booking.jpg);
}


#albumslink a {
    float: left;
   display: block;
   width: 127px;
    height: 131px;
    text-decoration: none;
    background:url(images/buy.jpg);
}

#albumslink a:hover{
    float: left;
    width: 127px;
    height: 131px;
    background: url(images/buy.jpg);
}

#player {
   text-align: center;
   display: block;
   margin: 0 auto;
   padding-top: 20px;
   }
   
#tour {
   padding: 0px 0px 20px 0px;
}   
#tour a {
   color: #fac167;
   font-weight: bold;
   font-size: 30px;
   text-decoration: none;
   font-style: italic;
  
}

#tour a:hover {
   color: #ffffff;
   font-weight: bold;
  
}
