
$(function() {
	$('#fondo').height($('#main_container').height()-169);
	url="http://"+location.host+"/public/images/fondo.jpg";
    $("#background").ezBgResize();
}); // end: I'm ready;

