[eluser]bobbob[/eluser]
in application/config/config.php is where you put the:
$config[‘css’] = “mystyles.css”;
I put it directly under $config['base_url']
Then just put the css file in the same directory as system:
index.php
mystyles.css
system/Application/controllers
user_guide
The above being a sort of representation of the directory.
Does that help?