If you put the css, javascript, and images outside the webroot you'll need a special handler to get their content. For example, I dont' think you can do
Code:
<link href="pathToCssFile.css" rel="stylesheet" type="text/css" />
where pathToCssFile.css is outside the webroot.