#copyright {
    width            : 100%;
    font-family      : Arial, sans-serif;
    text-align       : center;
    text-shadow      : none;
    min-height       : 24px;
    height           : auto;
    padding          : 4px 5px;
    font-size        : 12px;
    color            : #b0b0b0;
    background-color : #313131;
    border-top       : 3px outset #202020;
    line-height      : 12px;
    bottom           : -1px;
    position         : fixed;
}

#copyright .copy {
    float      : left;
    width      : 30%;
    text-align : left;
}
.copy a {
color: rgba(255, 255, 0, 0.54);
}
.copy a:hover {
    color : yellow;
}

#copyright .floatLeft {
    display : inline-block;
    float   : left;
}

#copyright .floatRight {
    display : inline-block;
    float   : right;
}