Livejournal Backgrounds

If you want a cool background within your page, follow these :D

1 Go to the overrides box and add the following code in between the GLOBAL_HEAD tags:
<style type="text/css"> <!-- body { background-color:HEX CODE; background-image: url(URL OF IMAGE); } --> </style>
2 If you don't want the background to move, add the following code into the first one:
background-attachment: fixed;