body {
  background-color: #000000;
  background-image: url("background.png");
  font-family: arial;
  text-align: center;
  margin-top: 15px;
}

.logo {
  float: left;
  padding-right: 482px;
}

@font-face {
  font-family: ocrastd;
  src: url(ocrastd.ttf);
}

ul {
  font-size: 31px;
  font-family: ocrastd;
  list-style-type: none;
  margin; 0;
  padding-top: 21px;
  padding; 0;
  overflow; hidden;
  text-shadow: 1px 1px #000000;
}

li {
  display: inline;
}

li a {
  display: inline;
  color: white;
  padding: 14px 13px;
  text-decoration: none;
}

li a:hover:before {
  content:">>";
}

p {
  padding-top: 13px;
  color: #b3b3b3;
  font-family: arial;
}

.teaser {
  padding-top: 55px;
}

footer {
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
  text-align: center;
  font-size: 15;
}