A PHP5 class to merge and compress CSS. Inspired by the Asset Packager Ruby on Rails plugin by Scott Becker available from http://synthesis.sbecker.net/pages/asset_packager
"Reducing the number of HTTP requests in your page is the place to start. This is the most important guideline for improving performance for first time visitors." - http://developer.yahoo.com/performance/rules.html#num_http
include('asset_packager.php');
// define("ENVIRONMENT", "production");
echo Asset_packager::stylesheet_link_merged();