#footer_container {
    background-color:           #555;
    background-image:           url(images/heading/header_top_hstrip.jpg);
    background-repeat:          repeat-x;
    background-position:        top left;
    font-size:                  10px;
    font-weight:                bolder;
    color:                      #fff;
    width:                      960px;
    margin:                     0px;
    padding-top:                40px;
    padding-bottom:             20px;
    text-align:                 center;
}

#footer_container a, #footer_container a:visited {
    color:                      #fff;
    text-decoration:            none;
}

#footer_container a:hover {
    color:                      #fff;
    text-decoration:            underline;
}

#admin_align {
    text-align:                 right;
    margin-right:               15px;
    margin-bottom:              0px;
    padding-bottom:             0px;
}