* {
  margin: 0;
  padding: 0;
  text-align: center;
  outline: none;
}
html, body {
  height: 100%;
  min-height: 100%;
}
body {
  font-size: 20px;
  line-height: 25px;
  font-family: georgia, serif;
  color: #005470;
  background: url(../images/bg.jpg) center center no-repeat #cff275;
}
#wrap {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 700px;
  height: 500px;
  margin: -250px 0 0 -350px;
}
h1 {
  padding: 0 0 50px;
  font-size: 100px;
  line-height: 100px;
  letter-spacing: -2px;
  text-transform: uppercase;
  font-family: "Arial Narrow", sans-serif;
  color: #fff;
  text-shadow: #005470 1px 1px 1px;
}
a {
  color: #00a0d5;
  text-decoration: none;
  border-bottom: 2px dotted #00a0d5;
}
a:hover {
  color: #c75d24;
  border-bottom: 2px solid #c75d24;
}
big {
  padding: 0 0 10px;
  display: block;
  font-size: 35px;
  line-height: 35px;
}
::selection { background: #b7de54; } /* Safari */
::-moz-selection { background: #b7de54; } /* Firefox */

#bio {
  border-top: 1px solid #b7de54;
  margin: 40px 0 0;
  padding: 40px 40px 0;
}
#bio p {
  font-size: 18px;
  line-height: 24px;
  padding: 0 0 20px;
  text-align: left;
}