$(document).ready(function() {
	$("div#menu ul li:last-child").css("border-bottom", "none");
	$("div.column:last-child").css("border-right", "none");
	
	$("div.button:last-child").css("border-right", "none");
	$("div.button:last-child").css("width", "160px");
	
	if ($("body").height() > $("div#lines").height()) {
		$("div#lines").height($("body").height());
	}
	
	$("#thuiswinkelWaarborg").pngfix();
});