body { 
  background-color: #163F74;
  /* IE hack */
  text-align: center;
  font-family: Helvetica, Arial, sans-serif;
}
#creamycenter {
  width: 80%;  
  margin: 0 auto;
  background-color: white;
  border-radius: 6px;
  padding: 20px 40px 40px 40px;
  border: solid 1px black;
  margin-top: 20px;
  /* Unset the IE hack set in body's style */
  text-align: left;
}
.slogan {
  font-family: Allan;
  font-size: 1.4em;
}
