$(document).ready(function(){

$(window).resize(function(){
	$('#container,#client_main,#wedo_main,#gallery_main,.container').css({
		position:'absolute',
		left: ($(window).width() - $('#container,#client_main,#wedo_main,#gallery_main,.container').outerWidth())/2,
		top: ($(window).height() - $('#container,#client_main,#wedo_main,#gallery_main,.container').outerHeight())/4
	});
});
	$(window).resize();
	
});




