body {
  background: url("fire.jpg") repeat-y #000;
  color: #fff;
  font-family: serif;
  margin-left: 200px;
  margin-right: 100px;
}

#menu {
  text-align: center;
  font-size: large;
  background: #fff;
  color: #000;
  padding: 4px;
}

.center {
  text-align: center;
}

h1 {
  text-align: center;
  font-size: xx-large;
  color: #DE1D05;
}

a:link {
  text-decoration: underline;
}

a:hover {
  background: #DE1D05;
  color: #fff;
}
