body
{
    background: #ECDEC9;
    font-family: "Arial Black", Gadget, sans-serif;
}

#outer
{
    color: black;
}

#inner
{
    display: inline-block;
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 200px;
    height: 100px;
    margin: auto;
}