diff --git a/web/root/synchronet.css b/web/root/synchronet.css
index d921c8c68e87a94a822960f0a04f13bcd7d9747d..b57d7a84c866f95aeef2bdfa25e1b35c55976244 100644
--- a/web/root/synchronet.css
+++ b/web/root/synchronet.css
@@ -2,8 +2,6 @@ a:link { color: yellow; }
 a:visited { color: lime; }
 a:hover { color: #ccffdd; }
  
-# body { background-image: url("/graphics/sync_pb_bg.jpg"); background-position: bottom left; background-repeat: no-repeat; background-attachment: fixed; background-color: teal; color: white; font-family: Arial, Helvetica, sans-serif; }
-
 body { background-color: teal; color: white; font-family: Arial, Helvetica, sans-serif; }
 
 p.title { text-align: center; font-size: x-large; font-weight: bolder; }