To answer the original question.... I was using a template and i tried to change the background color. I am fairly new to html thus this was a big undertaking. I had to crawl through much coding to identify where the code change needed to take place.
Since this template was coded in CSS (a more advanced form of web coding) I simply did not have the experience and know how to perform such a task. The template is really nice but I decided to start from scratch and create a new file (no template) using the FCK editor to create the necessary coding.
It worked great!
To change the background color, simple add this INSIDE the <body> tag:
<body bgcolor="#33FFFF"> This gives your background a nice light blue color.
Here is a link which lists all the "web safe" color codes:
http://html-color-codes.com/Thank you