diff --git a/app/views/conference/show.html.haml b/app/views/conference/show.html.haml
index cbadd6d3..22f7e638 100644
--- a/app/views/conference/show.html.haml
+++ b/app/views/conference/show.html.haml
@@ -7,3 +7,8 @@
%div#callforpapers
= render 'call_for_papers'
+
+:javascript
+ $(document).ready(function(){
+ $('#content').removeClass('container');
+ });