Dear erkorb!
Please open the file http://www.theleongroupinc.com/templates/ja_nickel/css/typo.css
You try to find the class as followings:
div.bubble2 div {
background: url(../images/bub2-br.gif) no-repeat bottom right;
margin: 0;
width: 100%;
}
div.bubble2 div div {
background: url(../images/bub2-bl.gif) no-repeat bottom left;
}
div.bubble2 div div div {
background: url(../images/bub2-tr.gif) no-repeat top right;
}
div.bubble2 div div div div {
background: url(../images/bub2-tl.gif) no-repeat top left;
}
div.bubble2 div div div div div {
margin: 0;
padding: 10px 15px 25px;
width: auto;
}
Base those styles, you can know that white backround is a image background. so that you must to change the background in there ( meaning: you ‘ll remove background property or make other images background which having the grey background to replace currents)
Good luck
GOod luck