Hi,

I advice you to use:
background-image: url(../images/tab_bg.jpg);
instead of
background: -moz-linear-gradient(top, #000000, #eee);

In other words, you should use a background image.

Regards