body {
  text-align: center;
  background-color: #111111;
  font-family: Verdana, Arial, sans-serif;
}

#wrapper {
  background-color: #111111;
  width: 800px;
  margin: 0 auto;
}

#header {
  width: 800px;
  height: 335px;
}

#content {
  background-color: #111111;
  width: 760px;
  height: 350px;
  color: white;
  padding: 20px;
  text-align: justify;
}

#content img {
  margin-right: 10px;
}

p.center {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}


#footer {
  background-color: #111111;
  width: 760px;
  height: 100px;
  padding: 20px;
  color: white;
  font-size: 12px;
}

span {
  font-style: italic;
  font-weight: bold;
  font-size: 14px;
}