html {
  height: 100%;
}

body {
  background-color: #000000;
  background-image: url(../images/bg.jpg);
  background-repeat: repeat;
  height: 100%;
  width: 98%;
  overflow: -moz-scrollbars-vertical;
}
