$(document).ready(function(){
	$("#holder").css({height:$(document).height()});
});