footer {
    padding-bottom: 15px;
    padding-top: 30px;
}

footer a{
    color: #333;
}
footer a:hover {
    color: #1455b3;
}
footer ul.brand {
    display: block;
    width: 1000px;
    margin: 0 auto;
    text-align: center;
    font-size: 14px;
}

footer ul.brand li {
    display: inline-block;
}

footer ul.brand li:after {
    width: 1px;
    height: auto;
    padding: 0 5px;
    content: '|';
    color: #e1e1e1;
}

footer p {
    font-size: 12px;
    line-height: 12px;
    height: 12px;
    margin-top: 10px;
    text-align: center;
    color: #666;
}