You missed a comma:

background: #C85948, url("../images/Spit_EM.jpg");

Edit: and for it to work in IE you need to split that tag up:

background-color: #xxxxxx;
background: url();