body { 
  background-color: #B41210;
  /* IE hack */
  text-align: center;
}
#creamycenter {
  width: 80%;  
  margin: 0 auto;
  background-color: white;
  padding: 20px 40px 40px 40px;
  border: solid 1px black;
  margin-top: 20px;
  /* Unset the IE hack set in body's style */
  text-align: left;
}
