http://demo.gavick.com/joomla15/oct2009 ... style1.css
div#bottom2 (line 45)
{
background-color: transparent;
background-image: url("../images/style1/bottom_bg.png");
background-repeat: repeat-x;
background-attachment: scroll;
background-position: 0pt 0pt;
}
div#bottom2 (line 58)
{
color: #999999;
}
The bottom is a bit tricky for a new coder. It's broken up into two div's bro the color #999999 is the color under the module and the bottom navigation. The image stops about 70% from the top and is transparent, I hope that helps.