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