function closeContent()
{
	$('#main').animate({opacity:0},500,function(){hideBG();});
}

function hideBG()
{
	$('#main').hide();
}
