body {
  color: #ffffff;
  font-family: monospace;
  font-size: larger;
  margin: 0;
  background-color: #000000;
  background-image: url(ms_back_anim.gif);
  z-index: 999;
}

header {
  background-image: url(fckinc.png);
  background-repeat: no-repeat;
  background-position: center;
  width: 100%;
  height: 200px;
  margin: 0 auto;
}

nav {
  max-width: 640px;
  margin: 0 auto 180px auto;
  background-color: rgba(0, 0, 0, 0.75);
}

nav ul {
  list-style: none;
  padding: 0 1.5em;
}

nav ul li {
  margin-bottom: 1em;
}

footer {
  position: fixed;
  bottom: 0px;
  width: 100%;
  height: 166px;
  background-image: url(ms_bottom_back.png);
  z-index: 999;
}

a:link {
  color: #f0bc3c;
}
