Yeah... I know J.C, I'm not a newb.

But the way it is right now the background image on the td has the 3d spike things on the left with the little squares, the bg image is 1200px long. Then I have the image on the right overtop of the bg. This way it works on small resolutions also. But the bg is only 1200px long so on 1200+ resolutions the bg will repeat, causing the left spikes to show again. If I set it to no-repeat it will stop the squares from showing, if i put it to horizontal repeat it will still show the left spikes, and if i do vertical repeat it will cut of the squares. So I'm going to make just a square bg, and take out the left spikes and put them in a seperate div on the left, and a div on the right also. Then I no longer need the big bg image, and it will show properly on all resolutions.