body 
{
    margin: 0px;
}

#horizon        
{
    color: white;
    background-color: transparent;
    text-align: center;
    position: absolute;
    top: 50%;
    left: 0px;
    width: 100%;
    height: 1px;
    overflow: visible;
    visibility: visible;
    display: block;
}

#content    
{
    font-family: Verdana, Geneva, Arial, sans-serif;
    background-color: transparent;
    margin-left: -380px;
    position: absolute;
    top: -100px;
    left: 50%;
    width: 760px;
    height: 200px;
    visibility: visible;
}

.bodytext 
{
    font-size: 12px;
    color: black;
}


#footer 
{
    font-size: 0.9em;
    font-family: Verdana, Geneva, Arial, sans-serif;
    text-align: center;
    position: absolute;
    bottom: 0px;
    left: 0px;
    width: 100%;
    height: 20px;
    visibility: visible;
    display: block
}

a:link, a:visited 
{
}

a:hover 
{
    color: red;
}
