diff --git a/installer/resources/themes/console/midnight/console.css b/installer/resources/themes/console/midnight/console.css
index 874fd28ee533ee7b4bb15a8895c56b789fd76b68..996259149ca47c668ab9f1dfbead7591550442b0 100644
--- a/installer/resources/themes/console/midnight/console.css
+++ b/installer/resources/themes/console/midnight/console.css
@@ -238,6 +238,18 @@ div.routersummary a {
      line-height: 105%;
 }
 
+div.routersummary img:first-child {
+     opacity: 0.8;
+}
+
+div.routersummary img:hover:first-child {
+     opacity: 1;
+}
+
+div.routersummary table img {
+     opacity: 1 !important;
+}
+
 div.routersummary tr {
      background-image: none !important;
      background-color: transparent !important;
@@ -321,6 +333,7 @@ div.main {
 /*     -moz-border-radius: 0 0 3px 3px;
      -khtml-border-radius: 0 0 3px 3px;
      border-radius: 0 0 3px 3px;*/
+     background: #000 url(images/scarface.jpg) right bottom no-repeat !important;
 }
 
 div.main ul {
@@ -457,7 +470,7 @@ div.news hr {
 div.confignav {
      padding: 15px 0;
      background: #000018;
-     margin: -17px -16px 0 -16px;
+     margin: -16px -16px 0 -16px;
      border: 1px solid #99f;
      -moz-box-shadow: inset 0px 0px 4px 2px #00000A;
 }
@@ -539,7 +552,7 @@ h1 {
      text-shadow: 0px 0px 2px rgba(255, 255, 255, 0.4);
      text-align: center;
      border: 1px solid #99f;
-     padding: 15px 10px 16px 10px;
+     padding: 16px 10px 16px 10px;
      margin: 5px 5px 0 200px;
      line-height: 93%;
      text-transform: uppercase;