body{
    background-color:#000000;
    background-image:url(images/sprinter_background.jpg);
    background-repeat:repeat-x;
    font-family:Verdana,Arial,Helvetica,sans-serif;
    margin:25px;
}

a:link , a:visited {
    color:#666666;
    text-decoration:none;
}

a:hover {
    color:#999999;
    text-decoration:none;
}

.footer{
    color:#666666;
    font-size:9px;
    font-weight:bold;
    padding:10px 0 30px 100px;
    text-align:right;
    width:695px;
}