html {
  background-color: black;
}

body {
  font-family: arial, sans-serif;
  display: block;
  width: 1000px;
  margin: 0 auto 0 auto;
}

.header {
  width: 100%;
}
.header p, .content h1 {
  color: #addb7b;
}
.header img {
  display: block;
  width: 60%;
  margin: 0 auto 0 auto;
}
.header#homepage p {
  font-size: 56px;
}

.main {
  float: left;
  width: 100%;
  clear: both;
}

.menu a, p a {
  color: #addb7b;
  text-decoration: none;
}
.menu a:hover, p a {
  text-decoration: underline;
}
.menu {
  float: left;
  width: 200px;
}
.menu ul {
  padding: 0;
}
.menu li {
  list-style-type: none;
  padding: 10px;
}


.content {
  float: left;
  width: 790px;
  padding: 0 0 10px 0;
  font-size: 14px;
}
.content h1 {
  font-size: 24px;
}
.content h2 {
  color: #d0fd9f;
}
.content img {
  width: 100%;
}
.content p {
  color: #AEAEAE;
  font-size: 14px;
}
.content .single a {
  color: #000000;
}

.footer {
  margin-top: 10px;
  border-top: 1px #addb7b solid;
  display: float;
  width: 100%;
  clear: both;
}
.footer p {
  color: #addb7b;
  text-align: center;
}

.single img {
  width: 30%;
  float: left;
  margin-left: 5px;
}