fix in styles.css
diff --git a/style.css b/style.css
index 5d724fe..edf76c9 100755
--- a/style.css
+++ b/style.css
@@ -1,6 +1,6 @@
 @CHARSET "UTF-8";
 #novaContent {
-	background: url("www.eclipse.org/windowbuilder/images/backgroundMain.png") no-repeat;
+	background: url("images/backgroundMain.png") no-repeat;
 	padding-top: 210px;
 }
 
@@ -29,7 +29,7 @@
 
 
 #novaContent {
-	background: url("www.eclipse.org/windowbuilder/images/backgroundMain.png") no-repeat white;
+	background: url("images/backgroundMain.png") no-repeat white;
 	padding-top: 170px;
 }