window.onload = function() {  


$(function() {
	$('#content').css('min-height', ($('#left').height()+0));
});


};
