body {
  background: #F9F9F9;
	font-size: 0.9em;
	font-family: menlo;
}

#main {
  /*position: fixed;
  width: 50%;
  height: 50%;
  margin: auto;
  left:0; right:0;
  top:0; bottom:0;
  margin:auto;
  background-color:rgba(20, 200, 200, 0.8);*/
  /*padding:20px 20px 10px 20px;*/
  position: absolute;
  width: 300px;
  height: 300px;
  top: 50%;
  left: 50%;
  margin: -150px 0 0 -150px;
  background-color: #F9F9F9;
  border: 2px solid;
}
#about {
  position: absolute;
  width: 300px;
  height: 300px;
  top: 50%;
  left: 50%;
  margin: -150px 0 0 -150px;
  background-color: #F9F9F9;
  border: 2px solid;
}

#bio {
  width: 65%;
  margin: 0 auto;
}

#name {

  text-align: center;
  padding-top: 50px;

}

#links {
  position: absolute;
  width: 100%;
  bottom: 0;
  white-space: nowrap;
  font-size: 15px;
}

#contact {
  position: absolute;
  width: 100%;
  bottom: 0;
  white-space: nowrap;
  font-size: 15px;
}

#contact #email {
  font-weight: bold;
  font-size: 13px;
}

a {
  text-decoration: none;
  color: #2A2C2B;
  padding: 10px 10px;
}

a:hover {
  /*background-color: #2A2C2B;*/
  color: #2A2C2B;
  text-decoration: underline;;
}

/*a:visited {
  text-decoration: none;
  background-color: #F9F9F9;
}*/

/*a:active {
  background-color: #2A2C2B;
  color: white;
}*/
