html, 
 
#container { min-height:100%; position:relative;background-image:url('background.gif'); background-repeat:no-repeat; background-attachment:fixed; background-position:80% 50%; } 


#body {  text-align:left;  padding-left:40px;  height:400px; overflow:auto; margin: 0 auto;} 

#footer { position:fixed; bottom:0; width:100%; height:35px; /* Height of the footer */ text-align:center; color:#000000; background-color:#EEEEEE; font-size:17px; padding-bottom:6px; padding-right:40px;} 
p.bio {overflow: auto; font-family:Palatino Linotype, serif; font-weight:lighter; font-size:18px; padding-right:50%; color:#000000; }

a.nav, a.nav:link, a.nav:visited { height:85px; background:#FFFFFF ; padding:20px; margin-top:20px; text-align:center; text-decoration:none; font-family:Palatino Linotype, serif; font-size:29px; color:#8B8970; line-height:29px; overflow:hidden; float:center; span:100%; }
a.nav:hover { color:#fef; background: #B8B8B8; }
a.nav.active { color:#fff; background: #B8B8B8; } 

