function prepararSite(){
	$(".background").css({
		width: screen.width+100,
		height: screen.height+50
	})
	modo="geral";
	blackout(1);
	setInterna();
	$(".dados").hide();
	quitLoops = true;
}
