jQuery(document).ready(function() {
	jQuery('#path').css('opacity', 0.85);
	jQuery('#content').css('opacity', 0.95);
	jQuery('#footer').css('opacity', 0.75);
});
