#footer{

    position: relative;
    margin: 0 auto;

}
#footerTop{

    position: absolute;

    width: 960px;
    height: 50px;

    background-image: url(../images/ShadeBottom.png);
    background-repeat: no-repeat;
}

#footerContent{

    position: absolute;
    text-align: center;
    top: 0px;

    width: 900px;
    height: 150px;
    font-size: 12px;
}
#footerContent a:link{
    color:#333333;
    text-decoration:none;
}
#footerContent a:visited{
    color:#333333;
    text-decoration:none;
}
#footerContent a:hover{
    color:#666666;
    text-decoration:none;
}