body{

background-attachment:fixed;
background-position:center;
font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
background-color: #000000;
text-align: center;
  background-image: url(../images/pier21.jpg);
  background-repeat: no-repeat;
  color: #555555
}

div#container
{
  margin-left: auto;
  margin-right: auto;
  width: auto;
  text-align: left;
  height: auto;
  width: 1024px;
  height: 764px;          
}

div#photos{
 position:relative;
    top:-85px;
    left:45px;
    width:973px;
}


div#navcontainer{
  position: relative;
  top: 10px;
  width: 325px;
  height: 35px;
}


#navlist
{
  background-color: #000000;
margin: 0;
padding: 0 0 20px 10px;
border-bottom: 0px solid #444444;
width: 400px;
}

#navlist ul, #navlist li
{
margin: 0;
padding: 0;
display: inline;
list-style-type: none;
}

#navlist a:link, #navlist a:visited
{
float: left;
line-height: 14px;
font-weight: bold;
margin: 0 10px 4px 10px;
text-decoration: none;
color: #999;
}

#navlist a:link#current, #navlist a:visited#current, #navlist a:hover
{
border-bottom: 4px solid #444444;
padding-bottom: 2px;
background: transparent;
color: #FF9900;
}

#navlist a:hover { color: #FF9900; }
