diff --git a/installer/resources/themes/console/dark/console.css b/installer/resources/themes/console/dark/console.css
index 176bcb5bdabacd23a6dcfaa446155e3b6042ab05..47ed08d1bbad5aaceec430a6d25fe99beb2bf23f 100644
--- a/installer/resources/themes/console/dark/console.css
+++ b/installer/resources/themes/console/dark/console.css
@@ -308,7 +308,7 @@ div.main {
      -moz-border-radius: 0 0 4px 4px;
      -khtml-border-radius: 0 0 4px 4px;
      border-radius: 0 0 4px 4px;
-     background: #000 url(images/scarface.jpg) center bottom no-repeat !important;
+     background: #000 url(images/scarface.jpg) right bottom no-repeat !important;
      min-width: 620px;
      -moz-box-shadow: 0 1px 5px #000;
 }
@@ -396,7 +396,7 @@ div.configure {
      -khtml-border-radius: 4px;
      border-radius: 4px;
      border: 1px solid #494; */
-     background: #000;/* url(images/camotile2.png);*/
+     background: none;/* url(images/camotile2.png);*/
 }
 
 div.messages {
@@ -644,7 +644,7 @@ h1 {
      color: #EE9;
      padding: 16px 15px;
      margin: 0 5px 0px 205px !important;
-     font-size: 16pt;
+     font-size: 17pt;
      font-weight: bold;
      font-style: normal;
      text-transform: uppercase;
@@ -653,7 +653,7 @@ h1 {
      white-space: normal;
      background: #000 url("images/scope.png")no-repeat scroll right top;
      background: #000 url("images/bg2.png")no-repeat scroll top right;
-     background: #000 url('images/header.png') center center ;
+     background: #000 url('images/header.png') center center;
      background-image: -moz-linear-gradient(top, bottom, from(#000), to(#030), color-stop(30%, #000), color-stop(100%, #000));
      border: 1px solid #494;
      border-radius: 4px;
diff --git a/installer/resources/themes/console/dark/images/scarface.jpg b/installer/resources/themes/console/dark/images/scarface.jpg
index b25ed0d4946f87bf597700afd728bcf87a28d990..4f46c252faf9927d55c52714b2f0b1549539df6d 100644
Binary files a/installer/resources/themes/console/dark/images/scarface.jpg and b/installer/resources/themes/console/dark/images/scarface.jpg differ