body,html {background: url("galapagosBackground.jpg") no-repeat center center fixed; 
       	 -webkit-background-size: cover;
       	 -moz-background-size: cover;
       	 background-size: cover;
		  }	
#header {
    color: greenyellow;
    font-size: 60px;
    font-family: 'Raleway', sans-serif;
    width: 510px;
    float: right;
    margin: 0px;
}
#headHold {
    display: block;
    width: 100%;
    background-color: white;
    opacity: .8;
    height: 75px;
    margin-top: 2px;
}
.navButton {
    width: 100px;
    height: 50px;
}

#description {
    margin: auto;
    position: static;
    letter-spacing: .5px;
    line-height: 30px;
    display: block;
    text-align: center;
    width: 90%;
    font-size: 20px;
    font-family: 'Raleway', sans-serif;
}

#descriptHolder {
    margin: auto;
    width: 75%;
    background-color: white;
    height: auto;
}
#box {
    opacity: .8;
    height: 1000px;
    margin-top: 20px;
}
#lion {
    float: left;
    
}
