@ahoyroo: In your child theme you have added the static header image and background as below:
body {
background: url("http://www.fondofdobermanns.org.uk/wp-content/uploads/subtle.jpg") repeat scroll 0 0 #000033;
}
hgroup {
background: url("http://www.fondofdobermanns.org.uk/wp-content/uploads/head.jpg") no-repeat scroll center center #FFFFFF;
}
You need to delete this and add the Custom Header. See this http://en.support.wordpress.com/themes/custom-header-image/ to add custom header.
And for the background, use Custom Background. See this http://en.support.wordpress.com/themes/custom-backgrounds/ to add custom background.