html {
  background-image: url("restaurant_image.gif");
}
#body {
  text-align: center;
  margin: 0 auto;
  width: 500px;
  height: 500px;
  padding: 20px;
  background-color: #9e9393;
  font-family: Helvetica;
  font-size: 2em;
}

#h1 {
	font-size: .5em;
}