#work {

    /*
    width: 100%;
    overflow: hidden;
    position: relative;
    top: 20px;
    bottom: 30px;
    */

    /*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;
    /*padding-top: 1px;*/
}

#work figure {
    /*background-color: green;*/
    /*border: 1px solid blue;*/
    clear: both;
}

#img_container {
    /*border: 1px solid red;*/
    position: absolute;
    top: 35px;
    bottom: 0;
    width: 70%;
    /*height: 500px;*/
    /*float: left;*/
    text-align: center;
}

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

figcaption {
    /*border: 1px solid purple;*/
    float: right;
    width: 29%;
    margin-top: 15px;
    /*height: 100%;*/
}

#description p {
    font-size: 14px;
}

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

#work blockquote {
    font-family: "Times New Roman";
    font-size: 14px;
    font-style: italic;
    text-align: right;
    padding-top: 20px;
    line-height: 16px;
}

.recipe {
    font-style: italic;
}

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