I would like to know how I impliment the Black Template on the new 2.7 release to make it look like this: BizHat.com - Share Your Videos .

I've gone into the /include/css/class.css.php File and took out the default here:

Code:
$valid_css = array(
'default', 'black'
);
if (! in_array($css, $valid_css))
{
$css = 'default';
}
$_SESSION['CSS'] = $css;
setcookie('CSS', $css, time() + 2592000); /* expire in 30 days */
And replaced the 'default' to 'black' but the changes are not showing up. Here is my site VICTOR GARBER ONLINE MEDIA - Share Your Videos and I want the look of the bizhat site. How do I enable that?

Thanks in advace.

NWN