body {
  background-image: url("backround.gif"); /* ou backrounf.png */
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}