/*
 * Height must be defined, because body is otherwise considered
 * to be only a few pixels tall by Opera. Also, if it is defined
 * as 100%, an annoying scrollbar appears in both Gecko and Opera.
 *********/

html, body { height: 95%; }

body {
  background-image: url(/images/SunFlares.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-color: black;
  color: white;
}
