$(document).ready(function(){
		var wh=$(document).width();
		var ht=$(document).height();
		$('.bg1').fadeIn("slow");
		$('.bg1').css({"height":ht+"px","width":wh+"px"});
		$('.bg2').fadeIn("slow");
		$('.bg2').css({"height":ht+"px","width":wh+"px"});
		$('.bg3').fadeIn("slow");
		$('.bg3').css({"height":ht+"px", "width":wh+"px"});
		$('.bg4').fadeIn("slow");
		$('.bg4').css({"height":ht+"px", "width":wh+"px"});
		$('.bg5').fadeIn("slow");
		$('.bg5').css({"height":ht+"px", "width":wh+"px"});
		$('.bg6').fadeIn("slow");
		$('.bg6').css({"height":ht+"px", "width":wh+"px"});
		$('.bg7').fadeIn("slow");
		$('.bg7').css({"height":ht+"px", "width":wh+"px"});


  
});


