Fixed Position CSS z-Index Issue

I’m using fixed positions for two divs which are part of the background.

The only issue is the right side element which is fixed is not applying the z-index I have given it therefore when the browser is resized it crashes over the #wrapper when it should go behind it.

Any tips?

http://events.rollertestingserver.co.uk/

Thanks

You have the right background div wrapped within the oWrapper. Try taking the right background and let it sit outside that oWrapper.