>The problem is that setting css on that text to 1px isn't working, >obviously. This is pretty off-topic so off list discussion might be >more appropriate. Any suggestion would be appreciated.
I don't have the URL handy, but target that text block and
{ display: none; }
should get rid of it. Maybe even:
{ display: none !important; }
for IE.
Chris
--

