﻿body 
{
    margin: 0px;
    padding: 0px;
    
    font-family: Trebuchet MS, Verdana, Times New Roman;
    font-size: 12px;
    color: #FFFFFF;
}

a
{
    color: #FFFFFF;
}

a:hover
{
    text-decoration: none;
}

#dsmTrottingIntro
{
    margin: 0px auto;
    width: 550px;
    height: 400px;
}

#footer
{
    position: absolute;
    bottom: 0px;
    width: 100%;
    text-align: center;
    padding: 15px 0px 15px 0px;
    background-image: url(../images/footer-background.jpg);
    background-repeat: repeat-x;
    background-position: center top;
    background-color: #085A7F;
}
    
