﻿*
{
    margin: 0;
    padding: 0;
}

html, body
{
    height: 100%;
}

body
{
    background-color: #936911;
    text-align: center; /* horizontal centering for IE Win quirks */
}

div#distance
{
    width: 1px;
    height: 50%;
    margin-bottom: -13.75em; /* half of container's height */
    float: left;
}

div#container
{
    margin: 0 auto;
    position: relative; /* puts container in front of distance */
    text-align: left;
    height: 27.5em;
    width: 45em;
    clear: left;
    text-align: center;
}

div#container div#mainimage
{
}

div#container div#entertext
{
    margin-top: 12px;
}

div#container div#entertext a
{
    text-decoration:none;
    color: Black;
    font-size:18pt; font-family:Impact;
}

div#container div#entertext a:visited
{
    text-decoration:none;
    color: Black;
}
