﻿html, body, img
    {
        margin: 0;
        padding: 0;
    }

.greige
    {
        color: #c9c6ad;
    }
    
html
    {
        height: 100%;
    }

body
    {
        width: 50%;
        height: 100%;
        margin: auto;
    }
    
div.img
    {
        height: 453px;
        width: 699px;
        min-width: 699px;
        margin: -225px auto 0 auto;
        position: relative;
        top: 50%;
    }