/* ---- footer ---- */
#footer {
  background: url(../images/footer_background.jpg) no-repeat;
  width: 780px;
  height: 80px;
}

#footer h2 {
  display: none;
}

#footer p {
  color: #fff;
  text-align: center;
  line-height: 2em;
}

#footer p.first {
  padding-top: 15px;
  margin-top: 0;
}

#footer a {
  color: #fff;
}

#footer a:hover {
  color: #ccc;
}

#footer span {
  color: #3e9cac;
  padding: 0 10px;
}