html {
    background: #fff url(../img/splash-background.jpg) no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}
body {
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 13px;
  margin: 0;
  padding: 0;
  color: #ccc;
}

div#marquee {
  width: 900px;
  margin: 25px auto;
  text-align: center;
}

h2 {
  font-weight: normal;
}