﻿body {
    height: 8.5in;
    background: #e8e8e8;
    font-size: .90em;
    font-family: BauhausStdMedium;
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;
    color: #313030;
    background: #ffffff;
}
#page
{
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    bottom: auto;
    left: 0;
    right: 0;
}

#logo-box {
    position: fixed;
    top: 50%;
    left: 50%;
    width: 250px;
    height: 250px;
    margin-left: -125px;
    margin-top: -125px;
}
