@import url(reset.css);

body { font-family:Verdana, Geneva, sans-serif; background: url(images/splash-bg.png) no-repeat top center;  }

#container {
  margin:250px auto 0 auto;
  padding:0 0 0 0;
  text-align: center;
  width:424px;
}

#container p {
  color: #fbb316;
  font-size: 31px;
  line-height: 150%;
  margin: 50px 0 25px;
  font-style: italic;
}

#container a {
  color: #fbb316;
  text-decoration: none;
}
