* {
  margin: 0;
  padding:0;
  border:0;
}

body {
  font-family: times, serif;
  font-size: 16px; 
  line-height: 22px;
  color: #000000;
  text-align: center;
  background-color: #000000;
}

#seite {
  width: 800px;
  height: 456px;
  margin: 0 auto;
}

