To change the background color edit the following line in the file:
PHP Code:
$background = imagecolorallocate( $my_img, 255, 255, 255 );
The 3 numbers (255) shown above are red,green,blue components of the color you wish to generate.
If you do not know how to find the red,green,blue components for your desire color, there are an assortment of websites you can resort to such as
http://www.pagetutor.com/colorpicker/index.html