diff --git a/app/views/layouts/application.rhtml b/app/views/layouts/application.rhtml
index e968992..59e21f4 100644
--- a/app/views/layouts/application.rhtml
+++ b/app/views/layouts/application.rhtml
@@ -39,7 +39,7 @@
# Identify the current controller and action for the CSS:
" controller_"+ @controller.controller_name() +
" action_"+ @controller.controller_name() +"_"+ @controller.action_name() +
- (logged_in? ? ' logged-in' : '')
+ (logged_in? ? ' logged-in' : 'not-logged-in')
%>' onload='noosfero_init();'
help=<%= _('Pass the mouse over page elements to get help on them. Click the question mark icon on the top-right corner to deactivate this help window.').inspect %> onresize="registerDocumentSize()">