Index: trunk/CHANGELOG
===================================================================
--- trunk/CHANGELOG	(revision 622)
+++ trunk/CHANGELOG	(revision 623)
@@ -12,6 +12,7 @@
 
 ------------------------------------- 2.7.0 -------------------------------------
 27-Jan-2008 Christian Sommer
+!	fixed CSS background color of the installer CSS
 !	replaced static text with variable text from language file
 !	introduced the WB 2.7 backend style developed by Michael Brinsteiner (escpro), thanks man
 !	added missing ID tags
Index: trunk/wb/install/stylesheet.css
===================================================================
--- trunk/wb/install/stylesheet.css	(revision 622)
+++ trunk/wb/install/stylesheet.css	(revision 623)
@@ -4,7 +4,7 @@
 	color: #000000;
 }
 body {
-	background-color: #557799;
+	background-color: #9ACBF1;
 	background-image: url(../admin/interface/background.png);
 	background-repeat: repeat-x;
 	margin: 0px;
