div#footer
{
  margin-left:  auto;
  margin-right: auto;
  width:        800px;
}

div#footer .row1
{
  margin-left:  auto;
  margin-right: auto;
  margin-top:     5px;
  margin-bottom:  5px;
}

div#footer .row1 ul
{
  margin: auto;
  overflow: auto;
  width: 55%;
  text-align: center;
}

div#footer .row1 ul li
{
  display: inline;
  height: 14px;
  margin: 3px 0;
  color: #484848;
  font-size: 90%;
  background: transparent url("/images/footer_menu_marker.gif") no-repeat left center;
  padding-left: 10px;
}

div#footer .row1 ul li.first
{
  background: none;
}

div#footer .row2
{
  overflow: hidden;
  margin-bottom: 5px;
  height: 28px;
  background-color: #4d4d4d;
  color: #FFFFFF;
  font-weight: 700;
  font-size: 100%;
}

div#footer .copyright
{
  position: relative;
  top:           20%;
  text-align: center;
}
