$(document).ready(function(){
	var h = $(document).height();
	$("#shadow-left").height(h);
	$("#shadow-right").height(h);
});