$(document).ready(function() {
if ((jQuery.browser.msie) && (jQuery.browser.version == 6.0)) {
	$.ifixpng("/css/trans.gif");
        $(".png").ifixpng();

	if ($(".Content-Repeat2").height() > 400)
	{
		$(".MainContent").height($(".Content-Repeat2").height()+150+'px');
	}
	else
	{
		$(".MainContent").height(500+'px');
	}
}
else
{
	$(".MainContent").height($(".Content-Repeat2").height()+100+'px');
}

});
