function vazio(){}

function ajustaTela()
{
	var deslocamento_x = ($(document).width() - 767) / 2;
	var deslocamento_y = ($(document).height() - 445) / 2;
	
	$('#principal').css('width',$(document).width()-10);
	$('#principal').css('height',$(document).height()-10);
	$('#bloco1').css('margin-left',deslocamento_x);
	$('.tarja').css('height',deslocamento_y);
}
