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

html, body {
  height: 100%;
}

#Wrapper {
  min-height: 100%;
}

#HoaxHeader {
  background-color: darkblue;
}

#MainWindow {
  background-color: black;
  height: 100%; 
  /* width: 1181px;
  height: 886px; 
  background-position: center; 
  background-image: url("../Bilder/BackgroundTest0.jpg");
  background-repeat: no-repeat; */ 
}

#Footer {
  background-color: silver;
  height: 1.5em;
  margin-top: -1.5em;
}

#change {
  background: url("./images/Background.jpg") no-repeat 0 0;
  background-size: cover;
}
