I think just had this problem.
Let me refer you to my blog entry on the matter: http://cplotts.wordpress.com/2008/09/26/dr-wpf-namescopes/
Basically, the trick is that you need to call Begin with an argument that is an object in the same name scope that the storyboards are targeting.
In particular, from your sample above, I would try to call Begin and send in a reference to the _background element in your template.
Let me know if this doesn't solve your problem.
Update:
I like Erickson's solution better than mine ... and it worked for me too. I don't know how I missed that overload of the Begin method!
