#work {

    /*border: 1px solid green;*/

    position: absolute;
    width: 980px;
    top: 60px;
    bottom: 40px;

    color: grey;

}

#previous {
    float: right;
    padding-right: 10px;
    font-size: 20px;
}

#next {
    float: right;
    font-size: 20px;
}

#img_container {
    /*border: 1px solid red;*/
    position: absolute;
    top: 35px;
    bottom: 16%;
    width: 980px;
    text-align: center;
}

#work img {
    max-height: 100%;
    max-width: 100%;
}

figcaption {
    /*border: 1px solid purple;*/
    position: absolute;
    height: 14%;
    bottom: 0;
    margin-top: 20px;
    width: 100%;
}

#description {
    /*border: 1px solid #000000;*/
    width: 49%;
    position: absolute;
    bottom: 0;
}

#description p {
    font-size: 14px;
    text-align: left;
    padding: 4px 0;
}

#quote {
    /*border: 1px solid orange;*/
    width: 49%;
    /*float: right;*/
    position: absolute;
    bottom: 0;
    right: 0;
}

#quote blockquote {
    font-family: "Times New Roman";
    font-size: 14px;
    font-style: italic;
    text-align: right;
    padding-top: 0;
}

.recipe {
    font-style: italic;
}

footer {
    position: absolute;
    bottom: 0;
    width: 980px;
    text-align: right;
    /*border: 1px solid red;*/
}