random shot at fixing the missing background
diff --git a/modeling-wip/assets/css/modeling.css b/modeling-wip/assets/css/modeling.css
index da86186..eaaa17b 100644
--- a/modeling-wip/assets/css/modeling.css
+++ b/modeling-wip/assets/css/modeling.css
@@ -1,3 +1,9 @@
 li {
    list-style: none;
+}
+body
+{
+	background: #EFEFEF url('/eclipse.org-common/themes/Nova/images/bg.png') repeat-x scroll;
+	font-family: Arial,sans-serif;
+	text-align: center;
 }
\ No newline at end of file