I am having trouble doing a simple thing: changing the basic background colour - not inside the zencart, but around it.

Name:  background.jpg
Views: 346
Size:  13.1 KB

I have tried adding this in various .css files of my template, but no go:

Code:
body {
background-color: #e5edf5;
background-image: url('http://mydomain.com/images/bg2.gif');
background-repeat: repeat-x;
}
Am I looking in the wrong place?