diff --git a/app/static/main.css b/app/static/main.css
index 099afbd..696612c 100644
--- a/app/static/main.css
+++ b/app/static/main.css
@@ -3,7 +3,6 @@ body {
font-size: 10pt;
margin: 0;
padding: 0;
- background: #eee;
}
a {
@@ -15,6 +14,7 @@ a {
position: relative;
height: 164px;
overflow: hidden;
+ background: #eee;
}
@media (max-width: 600px) {
@@ -42,10 +42,6 @@ a {
margin-left: -555px;
}
-.body-background {
- background: #fff;
-}
-
.body {
padding: 10px;
max-width: 1104px;
diff --git a/app/templates/base/page.html b/app/templates/base/page.html
index 8aa735e..9af9949 100644
--- a/app/templates/base/page.html
+++ b/app/templates/base/page.html
@@ -12,12 +12,10 @@
-