body
{
   background: #fff url('/images/background.jpg') no-repeat top center;
}

#container
{
   background: transparent;
}

#content
{
   position: absolute;
   top: 165px;
   left: 510px;
   right: 20px;
   min-height: 0;
   color: #fff;
}

#content h2
{
   color: #000;
   font-size: 18px;
   margin-bottom: 2em;
   font-weight: normal;
   text-align: center;
}

#bottom-navigation
{
   position: absolute;
   top: 625px;
   right: 2em;
}

#bottom-navigation a
{
   color: #777;
}

#bottom-navigation a:hover
{
   color: #333;
}
