I found the problem. The problem was in my linking to the pictures. In the CSS file url(img/feed.png); was enough, but in the <img> tag I should use href=”/wp-content/themes/theme/img/feed.png”.
Anyways, thanks for the help, and I’m off, working on the rest of the theme.