Hi Ray,
The best way to do this would be in CSS.
- In the root of the skin's folder, open the skin.config file and uncomment this line:
<!-- <file>style-site.css</file> -->
- Create a file in the root of the skin's folder named style-site.css and add the following to it:
.head { background-color: Whatever-Color-Value-You-Want; }
- Go to Administration > Design Tools > Cache Tool and click the "Reset Skin Version Guid" button.
Hope this helps,
Joe