body {
  background:#000;
}
#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-miumiu.png) no-repeat 0 0;
    display: block;
    height: 49px;
    text-indent: -9999px;
    width: 212px;
    margin-bottom: 2px;
}
*/
#main-nav ul li {
    margin-bottom: 2px;
}
#main-nav ul li {
  font: 100%/1.5 Georgia,serif;
  text-transform: uppercase;
  background-color: white;
  color: black;
  display: block;
  font-size: 12px;
  line-height: 15px;
  padding: 15px;
  width: 480px;
}

#main-nav ul li.logo {
  background: none;
  padding-left: 0px;
}