#content-wrapper {
    margin-left: auto;
    margin-right: auto;
    width: 800px;
}

img.logo {
    margin: 20px auto 30px auto;
    display: block;
}

.photo {
    width: 864px;
    height: 647px;
    background: url('/images/bag_photo_1.jpg') no-repeat;
    border-radius: 12px;
}

.footer {
    color: #fff;
    font-family: 'Fauna One', sans-serif;
    font-size: 26px;
    text-align: right;
    /* margin-top: 10px; */
    position: relative;
    top: -50px;
    right: -50px;
}

.footer a, .footer a:visited {
    text-decoration: none;
    color: #6c010f;
}
    .footer a:hover, .footer a:active {
        color: #85071f;
    }