#bottomBar {
    position: absolute;
    bottom: 3px;
    left: 50%;
    margin-left: -250px;
    width: 500px;
    text-align: center;
}

#bottomBar.hide .show {
    display: none;
}

#bottomBar a {
    color: #bbb;
}

#bottomBar a:hover {
    color: #FFF;
}

#ladderSearchCountDiv {
    position: absolute;
    bottom: 5px;
    left: 11px;
    color: #bbbbbb;
    font-size: 16px;
}