i am trying to add a background image to my site atm.. i want to keep the current bg color,just want this image to appear in teh upper left corner (as shown in screenshot)



This is the css bit i need to use for adding it.. as you will see in this example simply adding background-image: url(path/image.png) doesnt seem to work.

PHP Code: 
body {
    
background-color#2F2F4F;
    
background-imageurl(templates/alpha/images/bg.png);
    
font-family"Lucida Sans Unicode","Lucida Grande",sans-serif;
    
font-size14px
    
padding0px;
    
margin0px;

thanks for your help

please no replys of "use google" etc in my thread,offensive posts will be reported
iMage Reviewed by iMage on . Bit of css help plz i am trying to add a background image to my site atm.. i want to keep the current bg color,just want this image to appear in teh upper left corner (as shown in screenshot) http://imgur.com/yDnqp.png This is the css bit i need to use for adding it.. as you will see in this example simply adding background-image: url(path/image.png) doesnt seem to work. body { background-color: #2F2F4F; background-image: url(templates/alpha/images/bg.png); font-family: "Lucida Sans Unicode","Lucida Rating: 5