
$(document).ready(function(){
	$("#content").vAlign();

	$(".menuhome").mouseover(function() { $(this).css("opacity",.1);});
	$(".menuhome").mouseout (function() { $(this).css("opacity", 1);});

	/* ============ BEGIN FOOTER ============= */
	$("#fb_privacy").fancybox({
		"titlePosition" : "inside",
		"autoDimensions" : false,
		"autoScale" : false,
		"padding": 4,
		"scrolling" : "no",
		"width"	: 780,
		"height" : 500
	});
	$("#fb_help").fancybox({
		"titlePosition" : "inside",
		"autoDimensions" : false,
		"autoScale" : false,
		"padding": 4,
		"scrolling" : "no",
		"width"	: 380,
		"height" : 380
	});
	/* ============ END FOOTER ============= */
});

