.backlink {
    position: absolute;
    bottom: 10px;
    text-align: center;
    width: 100%;
}
.backlink p {
    font-size: 12px;
    text-decoration: none;
    color: #AAA;
}
.backlink p.important {
    color: #B40404;
}
.backlink a {
    color: #BBB;
}
.backlink a:hover,
.backlink a:visited:hover {
    color: #FFF;
}