header {
  background: #000;
  color: #FFF;
  position: fixed;
  height: 64px;
  width: 100%;
  z-index: 101;
  padding: 0;
}

header a, footer a, img {
  display: inline-block;
  color: #FFF;
  line-height: 64px;
  margin: 0;
}

header img {
  position: relative;
  top: 10px;
}

header a, footer a {
  line-height: 30px;
  margin: 0;
  margin-left: 20px;
  text-decoration: none;
  border-top: 1px solid transparent;
  border-bottom: 1px solid transparent;
}

header a:hover, footer a:hover {
  border-top: 1px solid #FFF;
  border-bottom: 1px solid #FFF;
}

.main {
  padding-top: 64px;
}

footer {
  background: #000;
  color: #FFF;
  height: 64px;
  width: 100%;
  padding-top: 20px;
}