for sure it's because my english is not so good but i think this is not the solution, what i needed is not to make transparent the whole page but just the background of the content and not for all pages but for some of them
i show u a picture so you can understand what i need
picture.jpg
if i change the template.css 207line (or with the overrite in template setting is the same)
From
#gkPageContent {
background: none repeat scroll 0 0 #
fff;
width: 100%;
In
#gkPageContent {
background: none repeat scroll 0 0 #
trasparent;
width: 100%;
in this way the background body contet become trasparent but it's obviouse for all contents and i need it just for some of them
Can u help me?