Targeting the public/images directory?

I am altering the default scaffold.css inside of public/stylesheets to include this:

td { /* background-image:url(../../../public/images/product_bkgrnd1.png); /

td { background-image: url( "/images/product_bkgrnd1.png" ); }

HTH,

Perfect!

Thanks a ton.

Elliott