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.
 
It would be simpler to use the image and repeat boxes for the first line of code (the background).

You don't need the #content { }. Get rid of that.
 
Top Bottom