diff --git a/apps/routerconsole/java/src/net/i2p/router/web/StatSummarizer.java b/apps/routerconsole/java/src/net/i2p/router/web/StatSummarizer.java
index b8ea32bc91a202e5cdd3b151b14c87b5ef0ee9ea..15a9bf9b5c03d7dfb543f5314804653256aebcd5 100644
--- a/apps/routerconsole/java/src/net/i2p/router/web/StatSummarizer.java
+++ b/apps/routerconsole/java/src/net/i2p/router/web/StatSummarizer.java
@@ -183,8 +183,7 @@ public class StatSummarizer implements Runnable {
                 def.setGridY(false);
             }
             //System.out.println("rendering: path=" + path + " dsNames[0]=" + dsNames[0] + " dsNames[1]=" + dsNames[1] + " lsnr.getName=" + _listener.getName());
-            // Let's set anti-aliasing on and see what happens..
-            def.setAntiAliasing(true);
+            def.setAntiAliasing(false);
             //System.out.println("Rendering: \n" + def.exportXmlTemplate());
             //System.out.println("*****************\nData: \n" + _listener.getData().dump());
             RrdGraph graph = new RrdGraph(def);
diff --git a/apps/routerconsole/jsp/summaryframe.jsp b/apps/routerconsole/jsp/summaryframe.jsp
index ae65c69e417cbe0729fb1e4f7ff84f90d642f964..9532602fa4e78701bb67b736378f0d828dc0d146 100644
--- a/apps/routerconsole/jsp/summaryframe.jsp
+++ b/apps/routerconsole/jsp/summaryframe.jsp
@@ -13,7 +13,6 @@
 <title>Summary Bar</title>
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
 <%
-    out.print("<center>\n");
     // try hard to avoid an error page in the iframe after shutdown
     String action = request.getParameter("action");
     String d = request.getParameter("refresh");
@@ -50,7 +49,6 @@
                 shutdownSoon = true;
         }
     }
-        out.print("</center>\n");
 %>
 <%@include file="css.jsp" %>
 </head>
diff --git a/installer/resources/themes/console/snark.css b/installer/resources/themes/console/snark.css
index f72a1967f98b4d7716728bc6828d87756c99b539..f78956ad1a2f836c84a5778f4408825fdfcd508c 100644
--- a/installer/resources/themes/console/snark.css
+++ b/installer/resources/themes/console/snark.css
@@ -92,7 +92,7 @@ th {
   font-size: 8pt;
   border-top: 1px outset #001;
   border-bottom: 1px inset #001;  
-  background: #f91 url('.../console/images/tabletitleorangealt.png') repeat-x;
+  background: #f91 url('/themes/console/images/tabletitleorange.png') repeat-x;
   text-align: left;
 }
 
@@ -323,4 +323,4 @@ div.configsection a:hover{
   background: #eef;
   -moz-box-shadow: inset 0px 0px 1px 0px #002;
   background: #ddf url('../console/light/images/tabletile.png');
-}
\ No newline at end of file
+}