.ac_footer {
    position: relative;
    text-align: center;
    overflow: hidden;
    padding: 50px 0;
    color: #A12000;
    width: 100%;
    margin: 0 auto;
    max-width: 960px;
    font-size: 0.6em;
}
.ac_footer a {
    color: #A12000;
    text-decoration: none;
}
.ac_footer p {
    text-align: center;
    margin-bottom: 10px;
    color: #444;
}
.ac_footer p:last-child {
    margin-bottom: 0;
}
.ac_footer ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: inline-block;
}
.ac_footer li {
    display: inline-block;
    margin: 0 10px;
}