$(window).resize(function() {
	$("#mainContent").width($(window).width()-205-15);
	$("#footerArea").width($("#mainContent").width());
});
