body {
  background:white;
}
#body-background-throbber {
  position:absolute;
  top:0;
  left:0;
  width:100%;
  height:100%;
  background: url('../images/throbber.gif') center center no-repeat;
}
#main-nav {
    background-color: transparent;
    left: 20px;
    padding-bottom: 15px;
    position: absolute;
    bottom: 20px;
    width: 180px;
}
#main-nav h2.logo {
    background: url(images/logo-prada.png) no-repeat 0 0;
    display: block;
    height: 47px;
    text-indent: -9999px;
    width: 180px;
    margin-bottom: 2px;
}
#main-nav ul li {
    margin-bottom: 2px;
}
#main-nav ul li {
  font-family: arial;
  text-transform: uppercase;
  background-color: black;
  color: white;
  display: block;
  font-size: 12px;
  line-height: 15px;
  padding: 15px;
  width: 480px;
}