function fixStartPage() {
	if (!$.support.opacity) {
		$("#main, #top, #footer").addClass("IE");
		if ($(".width284").is("div")) {
			
			if ($(".width589").position().left > $(".width284").position().left)
				$(".width589").css({
					float:"none",
					position: "absolute",
					top: 0,
					right: 0
				});
			else
				$(".width589").css({
					float:"none",
					position: "absolute",
					top: 0,
					left: 0
				});
			$(".width589").height($("#content").height());
			$(".width284").height($(".width589").height());
		}
	} else {
		if ($(".width284").is("div")) {
			$(".width589").height($("#content").height());
			$(".width284").height($(".width589").height());
		}
	}
}
