function resizeConteiner(quanto){
	document.getElementById("content").style.height =quanto+"px";
	} 
	
