I have a number of links
<a href="/somepage.html" class="link"></a>
and class has background image wich changes on :hover attribute.
Now the problem is how can I put any text inside <a></a> tags for google to catch but also that it doesn't appear cause if it will show it will mess up my background image. 
EDIT:
How about this:
 <a href="/somepage.html" class="link"><span style="display: none;">some text</span></a>
Is this SEO friendly? Will google catch anchor?