html{
    height:100%;
}
body{
    min-height: 100%;
    display: flex;
    flex-direction: column;
}

.container{
    flex:1;
}

#description {
    padding:20px;
}

#Jeff{
    font-size:20px;
}
#Jeffimagediv{
    float:left;
    overflow:hidden;
}
#JeffImage{
    float:left;
    overflow:hidden;
    margin: 60px 30px; 
	border-radius: 100%;
}
#Jeffbio{
    text-align:center;
}

#quotes{
    padding-top:123px;
    padding-left:20px;
    overflow:hidden;
}



#bottom {
    width: 100%;
    height: 50px;
    background-color:lightgray;
    padding: 0px 20px 20px 0px;
}
#fineprint{
    text-align:right;
}

