For “Is possible to change the default background color (#ffffff) to other or an image?”
If you want to change the background color or use a image to instead of the solid background color, you need to add your custom CSS, for example
body{background-color:#ccc;}
Or
body{background:url(image_URL);}