Hi I tried adding that in, but now some of my other pages are also going transparent, how can I set it to only that page?
Thanks
In the menu parameters for that page create a page class suffix such as "mypage1" and use that class in front of the code I gave you:
.mypage1 div.rt-main-inner.....
You need the period in front of mypage1 in your CSS to identify this is as a class tag.