function on_load() {
	#$(document).ready(function() {
	#	x = $(window).width()/2-$("#content").width()/2
	#	$("#content").css('left', x);
	#	$("#menu").css('left', x);
	#	$("#logo").css('left', x+4);
	#	$("#anim").css('left', x);
	#	$("#anim_overlay").css('left', x);
	#});

	#$(window).resize(function() {
	#	x = $(window).width()/2-$("#content").width()/2;
	#	
	#	$("#content").animate({ left: x}, 200, 'linear');
	#	$("#menu").animate({ left: x}, 200, 'linear');
	#	$("#logo").animate({ left: x+4}, 200, 'linear');
	#	$("#anim").animate({ left: x}, 200, 'linear');
	#	$("#anim_overlay").animate({ left: x}, 200, 'linear');		
	#});
}

