$(document).ready(function(){
 
	$(document).ready(function () {
		$('#container').fadeIn(2000);
      });
 
});