Hi,
this is a simple background, so there are 2 ways to change this:
1) Replace file: you can replace file at /media/socialnetwork/theme/blue/img/join.png (this file will be not overridden with future updates)
2) Change CSS background: you can add something like this CSS code to your template:
.jsn_social .guest_msg {
background: url(HERE_THE_NEW_IMAGE_URL) center center #eee;
}