body {
background: #000 url(../images/bg-grunge.jpg) no-repeat fixed center top;
margin: 0px;
padding: 0px;
}
#outer-wrapper {

}
#inner-wrapper {
width: 960px;
margin: 0 auto;
}
#splash {
height: 410px;
background: url(../images/splash-photo.png) no-repeat center top;
}
h1 {
display: none;
}
#nav {
}
#nav ul {
margin: 2.2em auto;
padding: 10px;
list-style-type: none;
width: 760px;
border: 1px solid #fff;
background-image: url(../images/black-50-trans.png);
}
#nav li {
display: inline;
}
#nav a {
padding: 0 14px 0 15px;
border-right: 1px solid #aaa;
font: bold 11px Georgia, "Times New Roman", Times, serif;
text-decoration: none;
color: #FFFF66;
text-transform: uppercase;
letter-spacing: 1px;
}
#nav a:hover {
color: #fff;
text-decoration: underline;
}
#nav .last a {
border: none;
}

