CSS fixed background positioning in table-cell

There are 3 columns, the 2 side columns have to be expandable with the browser window, while the center is a fixed width.You can see my code here: http://jsfiddle.net/gwF5B/I cannot figure out how to get the background image on the left column to stay fixed when aligned to the 'bottom right' of the table-cell. The image is actually being aligned way more right than it is suppose to be and for some reason not aligning to the right edge of the cell.Has anyone else come across this problem? Any help would be appreciated
 
Back
Top