Cosmetics
diff --git a/templates/layouts/default.html.ep b/templates/layouts/default.html.ep
index f99e410..700ee88 100644
--- a/templates/layouts/default.html.ep
+++ b/templates/layouts/default.html.ep
@@ -3,6 +3,9 @@
 %= include 'partial/header'
   <body>
 
+%# Background-image
+<% unless (param('q')) { %><div id="crab-bg"></div><% } %>
+
 % my $location;
 % my $search_route;
 % unless (current_route 'tutorial') {