body {
  background-color: #000000;
  color: white;
  font-family: 'PT Sans';
  }

a {
  color: #31B3DF;
  text-decoration: none;
  }
  a:hover {
    text-decoration: underline;
    }

#main {}

#logo {
  margin-top: 30px;
  margin-bottom: 0;
  }

#tagline {
  text-align: center;
  margin-bottom: 30px;
  }
  #tagline h1 {
    font-size: 24px;
    font-weight: normal;
    letter-spacing: -1px;
    }

#row-1 { margin-bottom: 20px; }
#row-2 { margin-bottom: 50px; }
#row-3 { margin-bottom: 30px; }

  
.box-header {
  text-transform: uppercase;
  background-color: #333;
  padding: 2px;
  text-align: center;
  margin-bottom: 10px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  font-size: 16px;
  font-weight: bold;
  }
  
.wiki {
  font-family: 'PT Sans';
  font-weight: bold;
  font-size: 24px;
  text-align: center;
  text-transform: uppercase;
  }

#footer {
  text-align: center;
  margin-bottom: 20px;
  }
