I would like to know how to change that white background:

Found out that it has something to do with this
- Code: Select all
#gkPageContent > div {
background: #fff none repeat scroll 0 0;
box-sizing: border-box;
clear: both;
padding: 35px 45px 0;
width: 100%;
}
located in game's template.css. I don't know how or where to override that correctly so that changes won't affect other parts of the website. Any suggestions are welcome!
Kind regards