header#index_header {
  text-align: center;
  background: url(../img/star.jpg) no-repeat bottom right;
  min-height: 312px;
  margin-left: 280px;
  margin-top: 20px;
  padding: 10px;
  padding-top: 50px;
  position: relative;
}
header#index_header h1 {
  border: none;
  margin: 0;
}
header#index_header ul {
  padding: 0;
  list-style-type: none;
}
header#index_header img#index_header_img {
  position: absolute;
  left: -280px;
  top: 0px;
  -moz-box-shadow: 0 0 5px rgba(0, 0, 0, 0.6);
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.6);
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.6);
}
section#research dl {
  margin-left: 2em;
}
section#research dt {
  display: list-item;
}
section#research dd {
  font-style: italic;
  background: none;
}
header + header {
  display: none;
}
h1#title {
  display: none;
}
.burn:hover {
  filter: url(fire.svg#fireFilter);
}
