// JavaScript Document

/*
// --------------------------------------------------------------------------
// jQuery.custom.ie6.js by orangepointsolutions Ltd., www.orangepointsolutions.de
// --------------------------------------------------------------------------
*/

	$("#bg_container").css( "height", $(document).height()+"px" );
	$("#bg_pattern").css( "height", $(document).height()+"px" );
	$("#tagline_container").css( "height", $(document).height()+"px" );
	$("#content_container").css( "height", $(document).height()+"px" );

// --- end of jQuery.custom.ie6.js ---
