#container {
    position: absolute;
    top: 30%;
    left: 30%;
    width: 100%;
}
#wrapper {
    display: inline-block;
}

body {
    color: rgb(31, 66, 104);
    background-color: rgba(248, 242, 226, 100);
    background: url("GreatWave.jpg") no-repeat top left;
    background-attachment: fixed;
    background-size: 100% 100%;
    font-family: Georgia;

}

#content {
    border: 1px solid;
    text-align: center;
    max-width: 500px;
    margin: 50px;
    background-color: rgba(248, 242, 226, 40);
}

#quote {
    text-align: left;
    left: 20%;
    margin-top: 40px;
    margin-bottom: 30px;
    margin-left: 10%;
    margin-right: 10%;

    font-size: larger;
}

#quote_attribution {
    position: relative;
    left: -10%;
    margin-bottom: 10px;
    font-size: small;
    font-weight: bold;
    text-align: right;
}

.image_attribution {
    position: relative;
    top: 95%;
    padding: 3px 3px 1px 1px;
    font-size: smaller;
    font-style: italic;
    background-color: rgba(248, 242, 226, 80);

}
