html, body {
  width: 100%;
  height: 100%;
  background-color: #000000;
  margin: 0px;
}
div#body {
  width: 100%;
  height: 100%;
  background-image: url(getaddicted.gif);
  background-position: center center;
  background-repeat: no-repeat;
}

