Sliding Floats

#wrap {width:75%}

float:left;
width:250px;
margin-right:-250px;

A negative right margin equal to this left float's width allows the right float to completely slide on top of it now.