html {
  height: 100%;
}

body {
  margin: 0px;
  height: 100%;
  background-color: #191919;
  color: #ffffff;
}

#container {
  min-height: 100%;
  text-align: left;
  background-color: #191919;
  color: #ffffff;
  background: #191919 url('comingsoon800.png') no-repeat 50% 50%;
}


* html #container {
  height: 100%;
}


