I have a custom beamer template that frames the content of each slide, like the standard themes but with wiggly header/footer lines.
I add the background image of the template with
\setbeamertemplate{background}
{\includegraphics[width=\paperwidth,height=\paperheight]{master.png}}
I now want the content to be behind the background image and the rest of the template (title, page number...). The template will then have a cut-out with the content visible underneath. The background image can have .png or .pdf transparency.
Kind of like: http://en.wikipedia.org/wiki/Passe-Partout_%28framing%29
Does anyone have an idea how to move the content behind the background image?
Thank you for your help!

textposin the footline? According to http://tex.stackexchange.com/questions/26299/how-does-beamer-build-the-frame this should be the component drawn as the top layer – samcarter_is_at_topanswers.xyz Apr 03 '14 at 16:53