body {
  background-image: url("background.jpg");
  background-repeat:no-repeat;
  background-attachment:fixed;
  background-position:center center;
  background-size:cover;
  -moz-background-size:cover;
  -webkit-background-size:cover;
  -o-background-size:cover;
  color:white;
  font-family: 'Pacifico', cursive;
}

h1 {
 color:white;
 text-shadow:black 3px 2px;
 font-weight:normal;
}

#main-box {
  color:white;
  max-width:35%;
}

