#wrap {
background: url(/images/backgrounds/albums.jpg) top center no-repeat;
}

#nav ul {
background: #BEB6D3 url(/images/backgrounds/navbar/albums.jpg) no-repeat top left;
}

.indent {
margin-left: 50px;
}


/* ---- navigation ---- */
#nav ul li, #nav ul li a
{
color: #000;
}

#nav ul li a:hover
{
color: #634263;
}

#nav #active { border-left: 1px solid #fff; }
