Index: /binary-improvements/MapRendering/Web/Handlers/ApiHandler.cs
===================================================================
--- /binary-improvements/MapRendering/Web/Handlers/ApiHandler.cs	(revision 246)
+++ /binary-improvements/MapRendering/Web/Handlers/ApiHandler.cs	(revision 247)
@@ -31,7 +31,7 @@
 				resp.StatusCode = (int)HttpStatusCode.Forbidden;
 				if (user != null) {
-					Log.Out ("ApiHandler: user '{0}' not allowed to execute '{1}'", user.SteamID, apiName);
+					//Log.Out ("ApiHandler: user '{0}' not allowed to execute '{1}'", user.SteamID, apiName);
 				} else {
-					Log.Out ("ApiHandler: unidentified user from '{0}' not allowed to execute '{1}'", req.RemoteEndPoint.Address, apiName);
+					//Log.Out ("ApiHandler: unidentified user from '{0}' not allowed to execute '{1}'", req.RemoteEndPoint.Address, apiName);
 				}
 				return;
Index: /binary-improvements/MapRendering/Web/Web.cs
===================================================================
--- /binary-improvements/MapRendering/Web/Web.cs	(revision 246)
+++ /binary-improvements/MapRendering/Web/Web.cs	(revision 247)
@@ -164,7 +164,7 @@
 									response.StatusCode = (int)HttpStatusCode.Forbidden;
 									if (conn != null) {
-										Log.Out ("Web.HandleRequest: user '{0}' not allowed to access '{1}'", conn.SteamID, kvp.Value.ModuleName);
+										//Log.Out ("Web.HandleRequest: user '{0}' not allowed to access '{1}'", conn.SteamID, kvp.Value.ModuleName);
 									} else {
-										Log.Out ("Web.HandleRequest: unidentified user from '{0}' not allowed to access '{1}'", request.RemoteEndPoint.Address, kvp.Value.ModuleName);
+										//Log.Out ("Web.HandleRequest: unidentified user from '{0}' not allowed to access '{1}'", request.RemoteEndPoint.Address, kvp.Value.ModuleName);
 									}
 								} else {
Index: /binary-improvements/webserver/css/style.css
===================================================================
--- /binary-improvements/webserver/css/style.css	(revision 246)
+++ /binary-improvements/webserver/css/style.css	(revision 247)
@@ -11,5 +11,5 @@
 	width: 100%;
 	height: 100vh;
-	background-color: #ccc;
+	background-color: #408040;
 }
 
@@ -29,5 +29,5 @@
 	width: 200px;
 	left: 0;
-	background-color: purple;
+	background-color: #408040;
 }
 
@@ -86,5 +86,5 @@
 	left: 0px;
 	right: 0px;
-	background-color: green;
+	background-color: #408040;
 }
 
@@ -106,5 +106,5 @@
 	right: 0;
 	left: 200px;
-	background-color: #a04;
+	background-color: #408040;
 }
 
@@ -128,5 +128,5 @@
 
 .adminmap {
-	background-color: #260040;
+	background-color: #408040;
 	bottom: 0;
 }
