Okay this might not make sense but here is my site www.mibelloboutique.com. I am in the process of changing colors, graphics, so everything doesn't match right now. But the white area (center) I want that background to be colored but can't figure out which line to change in my css. I thought it was here...

body {
color: #000000;
background-color: #a5bcce;
background-image: url(../images/browndot.jpg); */
margin:0px 1px;
}

#mainWrapper {
border: 0px solid #ffffff;
text-align: left;
font-family: tahoma;
font-size: 14px;
vertical-align: top;
width: 1050px;
background-color: #fff /* gives the store a white background */
}

But nothing I do there seems to change the white. I changed that #fff to the new color and it did nothing. Thoughts? I want to change it to this #fddeed.