html,
body,
table {
  width            : 100%;
  height           : 100%;
  margin           : 0px;
  background-color : #0B0603;
}

td {
  background-image    : url('oops.jpg');
  background-position : center center;
  background-repeat   : no-repeat;
  color               : white;
  text-align          : center;
  vertical-align      : middle;
  font-family         : monospace;
  font-size           : 60px;
}