#footer {
    background-color: #F3F3F3;
    line-height: 26px;
    margin-top: 50px;
    padding: 20px 0 40px;
    text-align: center;
    font-size:12px;
}
#footer a {
    color: #333333;
    margin: 0 8px;
}
#footer a:hover {
    color: #FF9600;
    text-decoration: underline;
}
