Edit in JSFiddle

html, body {
  width: 100%;
  height: 100%;
}
body {
  background: url(https://upload.wikimedia.org/wikipedia/commons/thumb/3/3a/Cat03.jpg/1200px-Cat03.jpg);
  background-size: cover;
  background-position: center top;
}