#deadcenter {
  position: absolute;
  width: 800px;
  height: 600px;
  z-index: 15;
  top: 50%;
  left: 50%;
  margin: -300px 0 0 -400px;
}

#footer {
  height: 100px; 
  position: fixed; 
  bottom:0%;
  width:100%; 
  opacity: 1;
  font-family: Arial, sans-serif;
  text-align: center;
  color: black;
}

body {
  background-color: white;
}

a {
  color: black;
}