html {
margin: 0px;
padding: 0px;
height: 100%;
width: 100%;
}

body {
background-color: #d2cdc4;

font-family: Georgia, "Tmes New Roman", serif;
color: #67635c;
font-size: 14px;
line-height: 23px;
font-style: italic;
text-align: center;
}




#content {
width: 740px;
 position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 50%;
  height: 50%;
  margin: auto;
}

.orange {
color: #b86206;
}

#bio {
width: 660px;
margin-top: 17px;
}


.column {
width: 150px;
float: left;
font-size: 12px;
line-height: 20px;
font-style: italic;
}

a:link, a:active, a:visited, a:hover {
font-family: Georgia, "Tmes New Roman", serif;
color: #67635c;
font-size: 12px;
line-height: 23px;
font-style: italic;
text-decoration: none;
}

.centercontent {
margin-left: auto;
margin-right: auto;
margin-top: 0px;
text-align: left;
width: 660px;
}

#logo {
position: fixed;
top: 50px;
left: 50px;
}