
$(document).ready(function(){		
	$('#footer ul li:first-child').addClass('first-child');	
});