
/** image and text that floats over it **/

#imgAndQuotes {
    position: relative;
    height: 400px;
    font-family: serif;
}

#imgAndQuotes .primary {
    position: absolute;
    top: 10px;
    left: 116px;
}


