jQuery().ready(function($){


/*
	PARTIALLY OPAQUE BG'S W/O IMG
*/

	// partially opaque backgrounds without img's
	$('.header').css({opacity : 0.7});
	$('.contentside').css({opacity : 0.85});
	$('#footerx').css({opacity : 0.8});

/*
	PARTIALLY OPAQUE BG'S W/O IMG
*/
}); // end jQuery
