html,
body {
  background: white;
}
#background {
  background: white url(background.jpg) repeat-x;
  min-height: 400px;
  padding-top: 150px;
  text-align: center;
}

img {
  margin: 0px auto 0px;
  display: block;
}
a {
  color: #E12B03;
  text-decoration: none;
  font-size: 25px;
}
