#footer {
  width: 100%;
  font-size: 1.5em;
  font-weight: bold;
  color: #111;
  background: url(images/sunrise.jpg) top center;
  margin-top: 0;
  margin-bottom: 0; 
  border-top: 1px solid #222;
}

#footer ul {
  margin: 1em 0;
  list-style-type: none;
}

#footer a {
  background: url(images/spraypaint.png) no-repeat;
  color: gold;
  font-weight: bold;
}

#footer a:hover {
  color: white;
}


