/* header.css */

#HeaderMain img {
  border: none;
}

#FooterMain {
  background: #808080;
  text-align: center;
  color: white;
  line-height: 25px;
}

#FooterMain a {
  color: white;
  text-decoration: none;
  text-transform: uppercase;
  font-size: 11px;
}

