body {color: black;}

/* common styles */
.float_from_left
{
    position: relative;
    border: 0px solid blue;
    overflow: hidden;
}
.float_from_left .first-child
{
    position: absolute;
    right: 0;
    width: 100%;
}
.float_from_left .reducer
{
    position: relative;
    width: 100%;
    left: 0;
}
.float_from_left .float
{
    position: absolute;
    margin-right: 100%;
    font-size: 11pt;
}
/* custom styles */
#als_logo .first-child { min-width: 200px; }
#als_logo .reducer {  margin-right: 200px; }
#als_logo .float {           width: 200px;
background: url('/;-)/als_logo.gif') white 100% 50% no-repeat;
}
#als_logo,
#als_logo .first-child,
#als_logo .first-child .reducer,
#als_logo .float
{ height: 500px; }