diff --git a/apps/susidns/src/jsp/addressbook.jsp b/apps/susidns/src/jsp/addressbook.jsp
index cb3eb32c5dd1a46d31454b992eacf6f737620c69..419c102255563c70b77276c37ced6c215793b515 100644
--- a/apps/susidns/src/jsp/addressbook.jsp
+++ b/apps/susidns/src/jsp/addressbook.jsp
@@ -39,11 +39,11 @@
 <link rel="stylesheet" type="text/css" href="css.css">
 </head>
 <body>
-
+<div class="page">
 <div id="logo">
 <img src="images/logo.png" alt="susidns logo" border="0"/>
 </div>
-
+<hr>
 <div id="navi">
 <p>addressbooks
 <a href="addressbook.jsp?book=master&filter=none&begin=0&end=99">master</a> |
@@ -55,7 +55,7 @@
 <a href="index.jsp">overview</a>
 </p>
 </div>
-
+<hr>
 <div id="headline">
 <h3>${book.book} addressbook at ${book.fileName}</h3>
 </div>
@@ -175,9 +175,10 @@
 </div>
 
 </form>
-
+<hr>
 <div id="footer">
 <p class="footer">susidns v${version.version} &copy; <a href="${version.url}">susi</a> 2005</p>
 </div>
+</div>
 </body>
 </html>
diff --git a/apps/susidns/src/jsp/config.jsp b/apps/susidns/src/jsp/config.jsp
index 6bb924073519f9982f4db2a0f7022492dabf2ec8..2772f9d197efe8a8cb5287f9b64dbfdba1ba94b0 100644
--- a/apps/susidns/src/jsp/config.jsp
+++ b/apps/susidns/src/jsp/config.jsp
@@ -35,9 +35,10 @@
 <link rel="stylesheet" type="text/css" href="css.css">
 </head>
 <body>
+<div class="page">
 <div id="logo">
 <img src="images/logo.png" alt="susidns logo" border="0"/>
-</div>
+</div><hr>
 <div id="navi">
 <p>
 addressbooks
@@ -49,7 +50,7 @@ addressbooks
 configuration *
 <a href="index.jsp">overview</a>
 </p>
-</div>
+</div><hr>
 <div id="headline">
 <h3>${cfg.fileName}</h3>
 </div>
@@ -90,9 +91,10 @@ Use the private addressbook for private destinations, these are not published.
 <li><b>last_modified</b> - file containing the modification timestamp for each fetched subscription URL (no need to change)</li>
 <li><b>log</b> - file to log activity to (change to /dev/null if you like)</li>
 </ul>
-</div>
+</div><hr>
 <div id="footer">
 <p class="footer">susidns v${version.version} &copy; <a href="${version.url}">susi</a> 2005 </p>
 </div>
+</div>
 </body>
 </html>
diff --git a/apps/susidns/src/jsp/subscriptions.jsp b/apps/susidns/src/jsp/subscriptions.jsp
index af44537e5e5b1cd4ac8d3679bbc9130a740da9fc..944e4cc49eb450d043aeda2bc95f1047c486407f 100644
--- a/apps/susidns/src/jsp/subscriptions.jsp
+++ b/apps/susidns/src/jsp/subscriptions.jsp
@@ -35,9 +35,10 @@
 <link rel="stylesheet" type="text/css" href="css.css">
 </head>
 <body>
+<div class="page">
 <div id="logo">
 <img src="images/logo.png" alt="susidns logo" border="0"/>
-</div>
+</div><hr>
 <div id="navi">
 <p>addressbooks
 <a href="addressbook.jsp?book=master">master</a> |
@@ -48,7 +49,7 @@ subscriptions *
 <a href="config.jsp">configuration</a> *
 <a href="index.jsp">overview</a>
 </p>
-</div>
+</div><hr>
 <div id="headline">
 <h3>${subs.fileName}</h3>
 </div>
@@ -71,9 +72,10 @@ regularly (once per hour) checks this list for new eepsites. Those URLs simply c
 file of other people. The default subscription is the hosts.txt from www.i2p2.i2p, which is updated infrequently.
 So it is a good idea to add additional subscriptions to sites that have the latest addresses.
 </p>
-</div>
+</div><hr>
 <div id="footer">
 <p class="footer">susidns v${version.version} &copy; <a href="${version.url}">susi</a> 2005</p>
 </div>
+</div>
 </body>
 </html>