@charset "utf-8";
/* CSS Document */
body {
  background: #fff url(body-background.png) repeat-x;
  margin: 0;
  padding: 0;
  text-align: center;
}
div#splash {
  background: url(div-splash_background.png);
  height: 600px;
  margin: 0 auto;
  width: 800px;
}
