jQuery(document).ready(function()
{
	jQuery("#footer").css("top", (jQuery("#content") ? jQuery("#content").height() : jQuery("#header").height())+460 + "px");
//	alert((jQuery("#content") ? jQuery("#content").height() : jQuery("#header").height())+460);
});
