#dl_footer{
	margin-top: 30px;
	margin-bottom: 30px;
    height: 32px;
    width: 776px;
    background: url('../images/footer_bg.png') top left no-repeat;
    color: #3f3f3f;
    font-size: 10px;
    line-height: normal;
}

.footer_links{
    padding-top: 10px;
    text-align: center;
    width: 100%;
    position: absolute;
}

.footer_links li{
    display: inline;
    padding-right: 5px;
}

.footer_links li a{
    color: #3f3f3f;
    text-decoration: none;
}

.footer_links li a:hover{
    color: #3f3f3f;
    text-decoration: underline;
}

/* DEPRECATED */
.footer_text{
    width: 100%;
    padding-top: 65px;
    text-align: center;
}