$(document).ready(function(){	var id = $('div .image').attr('id');
	$('div .image').css('background-image', 'url(css/img/'+id+')');
});