This is div ID #min-height, it has a min-height of 350px set on it for modern browsers.
IE6 will treat height as min-height due to it's "Expanding Box Bug". Simply use height with overflow:visible to acheive min-height in IE6.
This is a floated div that is contained within it's parent using the overflow property.