diff --git a/apps/routerconsole/jsp/i2psnark/index.html b/apps/routerconsole/jsp/i2psnark/index.html
index 290497311e70a494f1740d6cb43665be0862b554..a1500fad320bcf8b33cec983ad1eeb4feb6892d9 100644
--- a/apps/routerconsole/jsp/i2psnark/index.html
+++ b/apps/routerconsole/jsp/i2psnark/index.html
@@ -1,8 +1,8 @@
-<html><head><title>I2PSnark Disabled</title>
+<html><head><title>I2PSnark Anonymous BitTorrent Client Disabled</title>
 <meta http-equiv="cache-control" content="no-cache" />
 <meta http-equiv="pragma" content="no-cache" />
 </head>
 <body>
-I2PSnark is not running. Go to <a href="/configclients.jsp">the config clients page</a>
+The I2PSnark Anonymous BitTorrent Client is not running. Please visit the <a href="/configclients.jsp">config clients page</a>
 to start it.
 </body></html>
diff --git a/installer/resources/themes/console/console.css b/installer/resources/themes/console/console.css
index 99077d1e013637fa26b5ac13deffaa339e3eeb28..70fdff24ccbe7988d609b2b931ab2e438eb544af 100644
--- a/installer/resources/themes/console/console.css
+++ b/installer/resources/themes/console/console.css
@@ -29,16 +29,18 @@ div.logo {
 	margin: 0em;
 	padding: .5em;
 	text-align: center;
+	display: none !important;
 }
 
 div.toolbar {
 	margin: 0em 0em 2em 0em;
 	font-weight: bold;
+	display: none !important;
 }
 
 div.routersummaryouter {
 	float: left;
-	width: 215px;
+	width: 200px;
 	margin: 0;
 	padding: 0;
 	border: 0;
@@ -48,7 +50,7 @@ div.routersummaryouter {
 
 div.routersummary {
 	background-color: #fafaff;
-	width: 195px;
+	width: 175px;
 	color: inherit;
 	margin: 0em;
 	padding: 5px;
@@ -110,3 +112,7 @@ div.messages span.error {
 div.messages span.notice {
 	font-style: italic;
 }
+
+h1 {
+font-size: 16pt;
+}
\ No newline at end of file
diff --git a/installer/resources/themes/console/dark/default.css b/installer/resources/themes/console/dark/default.css
index 0b17efa1f12c4e25d02eab7bb3989f6c0a6b64fe..b189036800da13fb3687fdd206c6e58f6ab03327 100644
--- a/installer/resources/themes/console/dark/default.css
+++ b/installer/resources/themes/console/dark/default.css
@@ -23,7 +23,7 @@ div {
 }
 
 h4, label {
-    margin :   0px;
+    margin :   0;
     padding :  4px 2px 2px 0px;
     float :   left;
     width :  150px;
@@ -99,6 +99,7 @@ div.statusNotRunning {
     overflow : hidden;
 	color : #dd0000;
     padding-top: 24px;
+    margin-top: 6px;
     background: url('images/console_status_stopped.png') 0 0 no-repeat;
 }
 div.statusRunning {
@@ -108,6 +109,7 @@ div.statusRunning {
     overflow : hidden;
 	color : #00dd00;
     padding-top: 24px;
+    margin-top: 6px;
     background: url('images/console_status_running.png') 0 0 no-repeat;
 }
 div.statusStarting {
@@ -117,6 +119,7 @@ div.statusStarting {
     overflow : hidden;
 	color : #339933;
     padding-top: 24px;
+    margin-top: 6px;
     background: url('images/console_status_starting.png') 0 0 no-repeat;
 }
 
@@ -148,7 +151,7 @@ hr {
 }
 
 .control {
-    margin :  0 4px 0 0;
+    margin :  0 4px 0 4px;
     padding : 0 0 2px 0;
     overflow : hidden;
     height : 20px; 
@@ -162,6 +165,7 @@ hr {
     -moz-border-radius: 4px 4px 4px 4px;
 		border 1px solid #000022;
 		font-weight: bold;
+    margin-top: 8px;
 }
 
 .control:link {
@@ -184,7 +188,7 @@ color:#ff6600
 }
 
 .panel {
-    width : 760px;
+    width : 800px;
     margin : 16px auto 16px auto;
     overflow : hidden;
 	  text-align : left;
@@ -239,7 +243,7 @@ color:#ff6600
 }
 
 .header {
-	  -moz-border-radius: 4px 4px 4px 4px;
+	  -moz-border-radius: 4px;
 		border 1px solid #ff0000;
 }
 
@@ -275,7 +279,7 @@ text-decoration: none;
 select {
  background-color: #001;
  color: #eef;
-margin: 0 2px 0 2px;
+margin: 8px 2px 0 2px;
  font-family: "Lucida Sans Unicode", Verdana, Tahoma, Helvetica, sans-serif;
  border: 1px solid #99f;
 }
diff --git a/installer/resources/themes/console/dark/i2ptunnel.css b/installer/resources/themes/console/dark/i2ptunnel.css
index a60ec21d3ddc46da91e404f3acce91fff284288a..4f0abc6a93f344ce542a88fca467b5d47581beaf 100644
--- a/installer/resources/themes/console/dark/i2ptunnel.css
+++ b/installer/resources/themes/console/dark/i2ptunnel.css
@@ -129,7 +129,8 @@
     height : 24px;
     width : 360px;
     float : left;
-
+    margin-top: 6px;
+    margin-right: 5px;	
 }
 
 /* Use Leary and Langridge content replacement methods (LIR)
@@ -171,7 +172,7 @@
 
 #tunnelListPage .descriptionField .text,
 #tunnelListPage .destinationField input {
-    width : 450px;
+    width : 590px;
 }
 
 #tunnelListPage .descriptionField label,
diff --git a/installer/resources/themes/console/light/images/Copy of console_status_starting.png b/installer/resources/themes/console/light/images/Copy of console_status_starting.png
deleted file mode 100644
index 17326d925d059278c8a146e9053d741b6349d631..0000000000000000000000000000000000000000
Binary files a/installer/resources/themes/console/light/images/Copy of console_status_starting.png and /dev/null differ