/* CSS Document */
.footer-container {
    text-align: center;
    padding: 20px;
    color: #666;
    background-color: #f1f1f1;
    font-size: 0.9em;
}
.footer-container a {
    color: #660;
    text-decoration: none;
    margin: 0 5px;
}
.footer-container a:hover {
    text-decoration: underline;
}