diff --git a/app/views/layouts/application.html.haml b/app/views/layouts/application.html.haml
index b8e6a002..2928b904 100644
--- a/app/views/layouts/application.html.haml
+++ b/app/views/layouts/application.html.haml
@@ -10,7 +10,7 @@
%link{rel: 'stylesheet', type: 'text/css', href: @site.get_url_from_site(@site.config.dig('css'))}
- style = "background-image: url(#{@site.try(:cover) || image_url('background.jpg')})"
%body{class: @has_cover ? 'background-cover' : '', style: @has_cover ? style : ''}
- .container-fluid
+ #sutty.container-fluid
= yield
%footer.footer
%p{style: @has_cover ? 'color: white' : ''}