Shorten it all to
PHP Code: 
body 
background#2F2F4F url('templates/alpha/images/bg.png') no-repeat top left;
font-family"Lucida Sans Unicode","Lucida Grande",sans-serif
font-size14px;  
padding0px
margin0px

More info on the Background CSS property http://www.w3schools.com/css/pr_background.asp
Mr Happy Reviewed by Mr Happy 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