#bar {
  background: url(background.jpg);
}

#bar a {
}

#bar a {
  color: white;
}

#bar a:hover {
}

#bar {
  text-align: center;
}

#bar a {
  font-size: 14px;
  font-weight: bold;
  font-style: italic;
  text-align: center;
}

#bar a {
  text-decoration: none;
}

#bar a:hover {
  text-decoration: underline;
}

#bar {
  width: 100%;
  height: 70px;
  margin-top: 24px;
  padding: 0 0;
  border-top: 2px solid #444;
  border-bottom: 2px solid #444;
  position: relative;
}

#bar a {
  float: left;
  height: 49px;
  padding: 13px 0;
  margin-right: 5px;
}


