body, html {
  *height: 100%;
}

.bg {
  /* The image used */
  background-image: url("site-out.png");

  /* Full width */
  *height: 100%;
  *width: 100%;

  /* Center and scale the image nicely */
  background-position: top;
  background-repeat: no-repeat;
  *background-size: cover;
  background-size: 1024px auto;
  background-position-y: -15%;
display: flex;
justify-content: center;
}

