$(document).ready(function(){

	if($("#content").height() < 553)
		{
		$("#content").css("height","553);
		}
		
});



