/* CSS komplett abschalten für Netscape 4 und IE5/Mac \*/
* {
  voice-family:"\"}\"";
  voice-family:inherit;
}
/* ab hier normales Stylesheet \*/

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

body {
  background-color:#000000;
  color:#ffffff;
  width:100%;
  height:100%;
  font-family:Verdana,sans-serif;
  font-size:12px;
}

img {
  display:block;
}

h1 {
  position:absolute;
  top:50%;
  left:50%;
  width:740px;
  height:200px;
  margin:-100px 0 0 -370px;
}

p {
  position:absolute;
  top:80%;
  width:auto;
  height:auto;
  text-align:center;
  line-height:2em;
}

p#person1 {
  left:50%;
  margin-left:-350px;
}

p#person2 {
  right:50%;
  margin-right:-350px;
}

a {
  color:#ffffff;
  text-decoration:none;
}

a:hover {
  color:#ed6e00;
}

