body {
margin: 0px;
padding: 0px;
behavior: url('catalog/javascript/png/iepngfix.htc');
background: url('../image/background.png') top repeat-x;
I removed the word “top” and the background color spread cover the site…. In fact, I want to have another background color on the body. I inserted another backgroud:url link, didn't work

Where I should go with and what additional code would need to split to two parts of background image??