jQuery(document).ready(function(){
	
	jQuery("#container").css({ opacity: .9 });

});
