hy
copy the code without "-------" in edit setting/extended settings/text at top page
----------------
<style type="text/css">
<!--
body{background-image:url(http://image-address);background-attachment: fixed}
-->
</style>
-----------------------
u have to modify the
http://image-address with ur image url
===========================
or the same way and paste this code
-------------
<style type="text/css">
<!--
body {background-color:#xxxxxx;}
//-->
</style>
---------------------
- and modify in here
#xxxxxx with some text colors
...from where to get those color codes ?
answer - from here
http://www.computerhope.com/htmcolor.htm
..... hope u got ur answer....bye
______________