SITM -
Add text-align: center; and margin-top: .5em; to your #categories a{} rule:
Code:
#categories a { 
    background-repeat: no-repeat;
    display: block;
    text-align: center;
    margin-top: .5em;
    }