

/* ~~~ === POSITIONG SELECTORS ======================================= ~~~ */
#wrapper
{
    position: relative;
    width: 50px;
    height: 25px;
}

#content
{
    float: left;
    display: inline;
    width: 50px;
    height: 25px;
}
