/* CSS Document */

*
{
    margin: 0;
    padding: 0;
}
img
{
    border: none;
}

a img, :link img, :visited img
{
    border: 0;
    outline: none;
}

a:link, a:visited
{
    border: none;
    outline: none;
    color: #F8F1B3;
}

html
{
    height: 100%;
    width:100%;
}

html, body 
{

    font-size: 11px;
    color: #ffffff;
    height: 682px;
}
#mainDiv
{
    margin: 0 auto;
    position: relative; /* puts container in front of distance */
    text-align: left;
    width: 1092px;
}

#distance
{
    width: 1px;
    height: 50%;
    background-color: #000000;
    margin-bottom: -347px; /* half of container's height */
}

.displace
{
    position: absolute;
    left: -5000px;
}

.transparent_class_black
{
    position: absolute;
    width: 100%;
    background-image: url(../images/blackTransTile.png);
}

#footer
{
    color: #c6c6c6;
    text-align: center;
    font-family: Verdana, Geneva, sans-serif;
    font-size: 10px;
    line-height: 1.5;
    z-index: 1;
    margin-top: 50px;
    position: relative;
}

#footer a:link, #footer a:visited
{
    color: #F8F1B3;
}

.errorTxt
{
    color: Yellow;
}
