Hallo,
a {background-img: url(hintergrund.gif);background-repeat:no-repeat;}
Es muss heissen: background-image
http://www.w3.org/TR/REC-CSS2/colors.html#propdef-background-image
Und es geht auch etwas kuerzer:
a { background: url(hintergrund.gif) no-repeat; }
Gruesse,
Thomas