body {
  font-family: 'Open Sans', sans-serif;
  background-color: #000;
  color: white;
}

a { color: white; }

a:hover { text-decoration: none; }

#main {
  width: 900px;
  margin: 0 auto;
  clear: both;
}

header {
  width: 900px;
  margin: 0 auto;
}
header #icons { 
  width: 183px; 
  float: right
}

header #icons a { 
  text-decoration: none;
}

header #icons a:hover { 
  opacity: 0.6;
}

header #icons img { 
  width: 40px; 
  margin-top: 37px;
}

header h1 {
  font-size: 40px;
  font-weight: normal;
  line-height: 40px;
  letter-spacing: -1px;
  font-family: 'Allerta Stencil', sans-serif;
  float: left;
}

.world-cow {
  font-family: 'Allerta Stencil', sans-serif !important;
  letter-spacing: .25em; 
}

footer {
  width: 900px;
  margin: 0 auto;
  clear: both;
}

.fb-page {
  width:900px;
  margin: 0 auto;
}

.pix { width: 300px; }
.fb  { width: 500px; }
.pix, .fb {
  float: left;
}


footer h3 {
  font-family: 'Allerta Stencil', sans-serif;
  margin-bottom: 5px;
}
footer h4 {
  margin-top: 5px;
}
