#footer {
    height: 2em;

    position: relative;
    top: -1em;
}

#footer span.copyright {
    float: left;

    margin-left: 0.5em;
}

#footer span.secondaryMenu {
    float: right;

    margin-right: 0.5em;
}

#footer span.secondaryMenu a {
    color: #FFFFFF;
}

#footer span.secondaryMenu a:hover {
    background: #AAD400;

    color: #4D4D4D;
}
