Setting your background color is just as easy as the font color we explained in another tutorial. Once again we're sticking to the basics of html. The following code below will enable you to set your background color to red:
<body bgcolor="red">
Be sure to replace the body code you already have inside of your html code.