XF 1.4 Changing the background image

I've added this code to the 'Miscellaneous' box in Style Properties - General - HTML, but it will not change the background. I've also set the background color as transparent.

HTML:
#content {

background: url ("http://oi44.tinypic.com/2ev6afn.jpg") no-repeat;
height: 100%;
width: 100%;
}

The background just remains black.
 
Back
Top Bottom