Hi Roger,
Look under your weather-screen-silver-narrow.css file at the top of the page for:
body {
color: black;
background-color: #D4D7D9;
font-family: verdana, helvetica, arial, sans-serif;
font-size: 73%; /* Enables font size scaling in MSIE */
margin: 0;
padding: 0;
}
Change "background-color: #D4D7D9;" to "background-image: url(background.jpg);"
This will put your pic on every web page you have, if that is what your wanting.
Hope this helps,
John