game pages* or is leaving out 'e's suddenly in fashion?
I don't have a game page but it uses CSS, maybe try the following code from w3schools:
Set the background-color of different elements:
body
{
background-color:yellow;
}
h1
{
background-color:#00ff00;
}
p
{
background-color:rgb(255,0,255);
}