﻿body, html
{
    height:98%;
    background-color:White;
}
.page 
{
    margin-left: auto;
    margin-right: auto;
    width:100%;
    height:98%;
}
#footer
{
    text-align:center;
    color: #555;
    font-size:10px;
}
#horizon        
{
    text-align: center;
    position: absolute;
    top: 50%;
    left: 0px;
    width: 100%;
    height: 1px;
    overflow: visible;
    visibility: visible;
    display: block
}

#content    
{
    position: absolute;
    left: 50%;
    width: 390px; /* Overall width of div */
    height: 222px; /* Overall height of div */
    top: -111px; /* half of the overall height */
    margin-left: -195px; /* half of the overall width */
    visibility: visible
}
