body {
  background-color: white;
  margin: 0;
  padding: 0;
}

#map {
  margin:auto;
  padding: 0;
}

#about {
  font: italic small-caps 900 12px arial;
  color: gray;
  text-align: center;
  padding-top: 5px;
  margin-top: 5px;
  border-top: 1px solid gray;
}

#searchcontrol,
#debug {
  display:none;
}

#help {
  width: 900px;
}
#help h1 {
  font: small-caps 900 20px arial;
}

#money,
#contribution,
#technology {
  width: 250px;
  height: 300px;
  float: left;
  margin: 10px;
  padding: 10px;
}

#thanks {
  margin: 25% auto;
  text-align: center;
}
#alpha {
  position: absolute;
  top: 25px;
  right: 25px;
}

.mapmsg {
  display:none;
  -moz-user-select: text;
}

.center {
  text-align: center;
}
.debug {
  border: 1px solid red;
}
