<style>
#header {
    background-color:black;
    color:white;
    text-align:center;
    padding:5px;
}
#nav {
    line-height:30px;
    background-color:#eeeeee;
    height:5%;
    width:75%;
}
#section {
    width:75%;
    height:95%;
    float:left;
}
#section2 {
    width:10%;
    height:800px;
    position:absolute;
    right:0;
    top:0;
    padding:10px; 
    background-color:#eeeeee;
}
#footer {
    background-color:black;
    color:white;
    clear:both;
    text-align:center;
    position:absolute;
    bottom: 0;
    right:0;
    width:25%;
}
#listheader {
    background-color:black;
    color:white;
    clear:both;
    text-align:center;
    font-size:medium;
    position:absolute;
    top: 0;
    right:0;
    width:25%;
}
#specieslist {
    background-color:#ffffff;
    overflow:scroll;
    height:93%;
}
#reset {
    font-weight: bold;
}
#about {
    font-weight: bold;
}
#specieslist {
  list-style-type:none
}
</style>
