I think it has to be get_template_directory_uri()
instead of get_template_directory_url()
(lowercase i instead of lowercase l).
You also can use bloginfo
. See: http://codex.wordpress.org/Function_Reference/bloginfo
In your case:
And of course make sure you're image is in the right location.