--- backend_log.css.orig	2009-07-08 01:00:42.000000000 +1000
+++ backend_log.css	2009-08-25 19:21:13.932762311 +1000
@@ -4,6 +4,7 @@
     border-right:       2px solid #48f;
     border-collapse:    collapse;
     color:              white;
+    width:              99%;
 }
 
 #backend_logs td {
--- status.css.orig	2009-07-08 01:00:42.000000000 +1000
+++ status.css	2009-08-25 19:46:59.949762291 +1000
@@ -1,6 +1,6 @@
 #content_wrapper {
-    width:  660px;
-    margin: 0px auto;
+    margin-left: 15%;
+    margin-right: 15%;
 }
 
 h1 {
@@ -9,7 +9,7 @@
     color:          #ccc;
     letter-spacing: 0.5em;
     margin-bottom:  30px;
-    width:          650px;
+    width:          70%;
     text-align:     center;
 }
 h2 {
@@ -26,7 +26,7 @@
     display:none;
 }
 div.content {
-    width:              650px;
+    width:              90%;
     border-top:         1px  solid #88a;
     border-right:       1px  solid #88a;
     border-bottom:      1px  solid #88a;
@@ -41,7 +41,7 @@
     color:           white;
     text-decoration: none;
     padding:         .2em .8em;
-    border:          thin solid #668;
+/*    border:          thin solid #668; */
 /*    width:           340px; */
 }
 div.schedule a span {
@@ -57,21 +57,21 @@
 div.schedule a:hover span {
     display:          block;
     position:         absolute;
-    background-color: #204670;
-    color:            white;
-    left:             358px;
+    background-color: white;
+    color:            #204670;
+    right:             1px;
     margin-top:       -20px;
     width:            280px;
     padding:          5px;
     border:           thin dashed #88a;
 }
 div.diskstatus {
-    width:  325px;
+/*    width:  325px; */
     height: 7em;
     float:  left;
 }
 div.loadstatus {
-    width:  325px;
+/*    width:  325px; */
     height: 7em;
     float:  right;
 }
