Re: Problems with layering
The layer issue can probably fixed with CSS positioning. I did a quick test by setting #footer to position:static fixed the index problem. I imagine something similar will work for the random member divs, though I couldn’t figure it out in a minute or two of testing. Try looking at the styles on the various divs and play with position, float, and z-index.