

html, body {
    font-family: Helvetica;
    height: 100%;
}

a {
    color:#06c;
}

#onmap h2 {
    font-size: 1em;
    text-transform: uppercase;
    font-family: Georgia;
    border-bottom: 1px dotted #333;
}
.outer {
    margin: 0 auto;
    width: 924px;
}

#map_canvas {

    height: 100%;
}

#start {
  position: absolute;
  background: white;
  top: 300px;
  width: 800px;
  left: 50%;
  margin-left: -400px;
  padding: 40px;
}

#start h1 {
  font-size: 31px;
  font-weight: bold;
  margin-bottom: 0.5em;
}

#start h2 {
  font-size: 21px;
  font-weight: normal;
  margin-bottom: 0.5em;
}

#search {
  display: none;
  position: absolute;
  top: 50px;
  left: 50px;
  padding: 40px;
  background: white;
}

#help{
  display: none;
  position: absolute;
  top: 200px;
  left: 50px;
  padding: 40px;
  background: white;
}

#search input {
  display: inline;
}

#onmap {
    background-image: url('bkg.png');
    height: 277px;
    left: 100px;
    padding: 25px 28px 0;
    position: absolute;
    top: 40px;
    width: 200px;
}

.counter {
    margin-top: 15px;
}
.counter .val {
    font-size: 34px;
    font-weight: bold;
    letter-spacing: -1px;
}

.counter .unit {
    margin-left: 10px;
    color: #555;
}

#wtf {
    width: 500px;
    margin-top: 30px;
    background-color: #EEE;
    padding:  0 20px 20px 20px;
}
#wtf h2 {
    font-size: 38px;
    line-height: 2em;
    font-family: Helvetica, sans-serif;
    font-weight: bold;
    letter-spacing: -1px;
}

#wtf p {
    line-height: 1.5em;
    color: #444;
    margin-bottom: 10px;
    
}
