body {
  margin: 0;
  padding: 0;
  background-color: #2a2a2a;
  font-size: 15px;
	font-family: "Lucida Sans Unicode", "Bitstream Vera Sans", "Trebuchet Unicode MS", "Lucida Grande", Verdana, Helvetica, sans-serif;
}

#wrapper {
  width: 600px;
  margin: 50px auto;
}

#head {
  width: 600px;
  height: 50px;
  background-color: #f1f1f0;
  margin-bottom: 2px;
}

#main {
  width: 600px;
  padding-bottom: 15px;
  background-color: #f1f1f0;
  text-align: justify;
}

#logos {
  width: 800px;
  
}

#footer {
  width: 600px;
  margin: 0 auto;
  color: #f1f1f0;
  font: 80% "Lucida Sans Unicode", Tahoma, Verdana;
  text-align: center;
}

.headline {
  font: 120% "Lucida Sans Unicode", Tahoma, Verdana;
  padding: 15px 15px;
}

.text {
  font: 90% "Lucida Sans Unicode", Tahoma, Verdana;
  padding: 15px 15px;
}

a, a:hover, a:link, a:visited {
  color: #f1f1f0;
  font: 80% "Lucida Sans Unicode", Tahoma, Verdana;
  text-decoration: none;
}