body {
  font-family: DejaVu, Helvetica, Arial, sans-serif;
  margin: 0;
  padding: 0;
  background-color: #ffffff;
} 

div#header {
  width: 100%;
  height: 80px;
  background-color: #000000;
  float: left;
  text-align: center;
  color: #ffffff;
  border-bottom: 2px solid #ffffff;
}

h1 {
  color: #ffffff;
  font-size: 35px;
  font-weight: bold;
  font-style: italic;
  text-transform: uppercase;
  letter-spacing: 2px;
  margin: 20px 10px;
}

h2 {
  font-variant: small-caps;
  font-size: 25px;
  text-align: center;
}

h3 {
  text-align: center;
}

h4 {
  text-align: center;
  text-decoration: underline;
}

p {
  margin: 15px 30px;
}

img {
  margin: 10px;
  padding: 10px;
  border: none;
}

.supporters {
  width: 150px;
  height: auto;
  float: right;
}

.centered {
  text-align: center;
}

.ital {
  font-style: italic;
}

div#left {
  width: 49%;
  height: auto;
  background-color: #ffffff;
  float: left;
}

div#right {
  width: 49%;
  height: auto;
  background-color: #000000;
  float: right;
  color: #ffffff;
}

div#footer {
  background-color: #ffffff;
  float: left;
}

