I have a layout from Love myflash.com. I wante dto change the background of the layout. It's a color and I wanted the proper html code for backgorund image. Here is the html for the layout. <style type="text/css"> body { position:relative; left:0px; top:0px; z-index:0; background-color: FFFFFF; } .bodyContent { background-color: FFFFFF } Where would I insert the html code to change the backgourn and what would it look like?