diff --git a/installer/resources/themes/console/dark/console.css b/installer/resources/themes/console/dark/console.css
index 9544199d5b30a7cbabe2d0311bd6cb2aa6c26e45..d275e986b5248728e9b5f5cfcf32356490eabc81 100644
--- a/installer/resources/themes/console/dark/console.css
+++ b/installer/resources/themes/console/dark/console.css
@@ -309,7 +309,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.png) right 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;
 }
diff --git a/installer/resources/themes/console/dark/default.css b/installer/resources/themes/console/dark/default.css
index 68de1b28e584122e9028dd1882058b6a75ebc852..f45e708682559d4e30edb4c3e68150229ade05d5 100644
--- a/installer/resources/themes/console/dark/default.css
+++ b/installer/resources/themes/console/dark/default.css
@@ -244,11 +244,11 @@ hr {
 }
 
 #globalOperationsPanel {
-     background-color: #030;
+     background-color: #000;
      border: 1px solid #494;
      -moz-box-shadow: inset 0px 0px 0px 1px #932;
      padding: 5px 20px 11px 10px !important;
-     background: #000; /*url(images/camotile2.png);*/
+     background: #000 url(images/scarface.jpg) center center no-repeat !important;
 }
 
 #globalOperationsPanel .control {
diff --git a/installer/resources/themes/console/dark/images/news.jpg b/installer/resources/themes/console/dark/images/news.jpg
index a79665680860e9712d9a03c04a04186d9ca56077..8ea5e48c397abc69c770ee5e685b1041b27791cd 100644
Binary files a/installer/resources/themes/console/dark/images/news.jpg and b/installer/resources/themes/console/dark/images/news.jpg differ
diff --git a/installer/resources/themes/console/dark/images/scarface.jpg b/installer/resources/themes/console/dark/images/scarface.jpg
index 94dbc86b9fa4c02522206287703ffdeb636ea436..d524b8fb8352f6566e0dcd21b882bf7404738892 100644
Binary files a/installer/resources/themes/console/dark/images/scarface.jpg and b/installer/resources/themes/console/dark/images/scarface.jpg differ