move the wholePage stuff out for xosAdminSite.css
diff --git a/planetstack/core/xoslib/static/css/xosAdminSite.css b/planetstack/core/xoslib/static/css/xosAdminSite.css
index a280fac..f5942de 100644
--- a/planetstack/core/xoslib/static/css/xosAdminSite.css
+++ b/planetstack/core/xoslib/static/css/xosAdminSite.css
@@ -10,49 +10,6 @@
     border: 1px solid black;
 }
 
-#navigationPanel {
-  position: absolute;
-  top: 100px;
-  left: 0;
-  width: 220px;
-  bottom: 0;
-  overflow: hidden;
-  //background-color: #F0F0F0;
-}
-
-#headerPanel {
-  position: absolute;
-  top: 0;
-  left: 0;
-  right: 0;
-  width: auto;
-  height: 100px;
-  overflow: hidden;
-  //background-color: #F0E0E0;
-}
-
-#logPanel {
-  position: absolute;
-  top: auto;
-  left: 220px;
-  right: 0;
-  bottom: 0;
-  width: auto;
-  height: 100px;
-  overflow: hidden;
-  //background-color: #F0E0E0;
-}
-
-#contentPanel {
-    position: fixed;
-    top: 100px;
-    bottom: 100px;
-    left: 220px;
-    right: 0;
-    overflow: auto;
-    //background: #f0F0E0;
-}
-
 .btn-xosnav {
     width: 120px;
 }