#madeby {
    position: relative;
    margin: 20px auto 0 auto;
    height: 33px;
}
#madeby_left {
    position: absolute;
    border-bottom: solid 1px #ccc;
    font-size: 12px;
    left: 0;
    bottom: 0;
    right: 123px;
}
#madeby_right {
    position: absolute;
    width: 123px;
    right: 0;
    bottom: 0;
}
#madeby_right a:hover {
    background-color: transparent;
}

