/* call jquery onload */
$(document).ready(function(){
	var bodyHeight =  $(document).height();
	$('#container').css({height:bodyHeight});
}); 
