diff --git a/Identity/Webenv/Themes/Default/Moin/1.5.9/Modern/css/common.css b/Identity/Webenv/Themes/Default/Moin/1.5.9/Modern/css/common.css
index 14dc624..74510ac 100644
--- a/Identity/Webenv/Themes/Default/Moin/1.5.9/Modern/css/common.css
+++ b/Identity/Webenv/Themes/Default/Moin/1.5.9/Modern/css/common.css
@@ -53,11 +53,8 @@ html {
 body {
     font-family: "DejaVu Sans", "Liberation Sans", sans-serif;
     font-size: 0.85em;
-    /* margin: 0;           /* <- full screen                       */
-    /* margin: 0 1% 0 1%;   /* <- with 1% of left and right margin  */
-    /* margin: 0 2% 0 2%;   /* <- with 2% of left and right margin  */
-    margin: 0 3% 0 3%;      /* <- with 3% of left and right margin  */
-    /* margin: 0 10% 0 10%; /* <- with 10% of left and right margin */
+    /* margin: 0;           /* <- full screen                         */
+    margin: 0 30px 0 30px;  /* <- with 30px of left and right margin  */
     color: #000;
     background: #FFF;
     }