diff --git a/umap/static/umap/theme.css b/umap/static/umap/theme.css
new file mode 100644
index 00000000..89821782
--- /dev/null
+++ b/umap/static/umap/theme.css
@@ -0,0 +1 @@
+/* Override this file for theming uMap easily */
diff --git a/umap/static/umap/umap.css b/umap/static/umap/umap.css
index dd841a5e..5f78d764 100644
--- a/umap/static/umap/umap.css
+++ b/umap/static/umap/umap.css
@@ -334,7 +334,7 @@ footer {
line-height: 140px;
color: #8F96A3;
}
-footer a {
+footer a.branding {
background-image: url("./img/logo_filigree.png");
background-position: left center;
background-repeat: no-repeat;
diff --git a/umap/templates/base.html b/umap/templates/base.html
index 6d7f2fdf..2bc062d3 100644
--- a/umap/templates/base.html
+++ b/umap/templates/base.html
@@ -8,6 +8,7 @@
+
{% endcompress css %}