the best and easiest way is always to use FireFox WebDeveloper-Extension!
This allows you to identify even background-images, for example: "Outline background images" or "View Image Information"
then you will identify:
http://yourdomain/themes/stopdesign/img/bg_page.jpg as Background-image
and that is defined in photo.css:
`body {
background:#ddd url("../img/bg_page.jpg") repeat-x 0 0;
margin:0;
padding:0;
font:small Verdana,Sans-serif;
color:#333;
}`
did that help?