$(document).ready(function() {
	if($('.ccBase').height()<$(document).height()) {
		$('#ccFooter').css({'position':'fixed','bottom':'0px','left':'0px','width':'100%'});
	}
	
});
