updated link to background img
diff --git a/index.php b/index.php
index d0ad37a..a21eb54 100755
--- a/index.php
+++ b/index.php
@@ -11,7 +11,7 @@
  *******************************************************************************/
 
 	require_once($_SERVER['DOCUMENT_ROOT'] . "/eclipse.org-common/system/app.class.php");	require_once($_SERVER['DOCUMENT_ROOT'] . "/eclipse.org-common/system/nav.class.php"); 	require_once($_SERVER['DOCUMENT_ROOT'] . "/eclipse.org-common/system/menu.class.php"); 	$App 	= new App();	$Nav	= new Nav();	$Menu 	= new Menu();		include($App->getProjectCommon());
-	$App->AddExtraHtmlHeader('<link rel="stylesheet" type="text/css" href="/default/style.css"/>');
+	$App->AddExtraHtmlHeader('<link rel="stylesheet" type="text/css" href="style.css"/>');
 
 	$localVersion = false;
 
diff --git a/style.css b/style.css
index bc49969..86467dc 100644
--- a/style.css
+++ b/style.css
@@ -1,6 +1,6 @@
 @CHARSET "UTF-8";
 #novaContent {
-	background: url("images/backgroundMainScout.png") no-repeat;
+	background: url("images/backgroundMain.png") no-repeat;
 	padding-top: 210px;
 }
 
@@ -28,7 +28,7 @@
 }
 
 #novaContent {
-	background: url("images/backgroundMainScout.png") no-repeat white;
+	background: url("images/backgroundMain.png") no-repeat white;
 	padding-top: 170px;
 }