CSS is very important thing for JSF, but standard jsf libraries do not allows to define path to CSS file. The car-demo example uses the following code:
<link rel="stylesheet" type="text/css"
href='<%= request.getContextPath() + "/stylesheet.css" %>'>
It looks like a temporary workaround. Is jsf-ri final version going to carry about it?