$(document).ready(function(){
	$('ul#report li:last-child').css( 'background','none');
});
