

$(document).ready(function (){
		//$("#headerimg").html("");
		//$("#headerimg h1").css("position", "absolute");
		//$("#headerimg h1").css("top", "-2000em");
		//position:absolute; top:-2000em;
		$("#headerimg .description").css("position", "absolute");
		$("#headerimg .description").css("top", "-2000em");
		//$("#header").click(function(){ location.href="./"; });
		$("#titol").html('<img src="wp-content/themes/minimalism/images/header.jpeg" alt=" " />');
		

	});

		
