homepage facelift from Jeremie Bresson
diff --git a/documentation/index.php b/documentation/index.php
index c429160..6df49cf 100644
--- a/documentation/index.php
+++ b/documentation/index.php
@@ -35,6 +35,8 @@
 			<ul>
 				<li><a href="#tutorials">Tutorials</a></li>
 				<li><a href="#screencasts">Screencasts</a></li>
+				<li><a href="#slides">Slides</a></li>
+				<li><a href="#wiki">Wiki</a></li>
 			</ul>
 		</p>
 		
@@ -61,10 +63,26 @@
 			<p>
 				<iframe title="YouTube video player" class="youtube-player" type="text/html" width="560" height="345" src="http://www.youtube.com/embed/1iCKib1gTkk" frameborder="0" allowFullScreen></iframe>
 			</p>
- 
-    		<p>More screencasts <a href="<?php echo URL_SCREENCAST_YOUTUBE; ?>">on youtube</a></p>
+			<p>More <a href="<?php echo URL_SCREENCASTS_YOUTUBE; ?>">on youtube</a></p>  
+			
+    		<p>All screencasts are listed <a href="<?php echo URL_SCREENCASTS; ?>" title='Eclipse Scout Screencasts' >on this page</a></p>
 
 		</div>
+		
+		<div style="clear: both;" class="homeitem3col" id="slides">
+			<h3>Slides</h3>			
+			
+			<p>Presentation material of the conferences on Eclipse Scout are listed <a href="<?php echo URL_SLIDES; ?>">on this page</a></p>
+
+		</div>
+		
+		<div style="clear: both;" class="homeitem3col" id="wiki">
+			<h3>Wiki</h3>
+			
+			<p>Documentation can be found here: <a href="<?php echo URL_WIKI; ?>" title='Eclipse Scout wiki' >Scout page on Eclipsepedia</a></p>
+
+		</div>
+		
 	</div>
 
   <?php
diff --git a/img/buttonDocumentation_empty.png b/img/buttonDocumentation_empty.png
deleted file mode 100644
index ef827f2..0000000
--- a/img/buttonDocumentation_empty.png
+++ /dev/null
Binary files differ
diff --git a/img/buttonDownload_empty.png b/img/buttonDownload_empty.png
deleted file mode 100644
index 84dd309..0000000
--- a/img/buttonDownload_empty.png
+++ /dev/null
Binary files differ
diff --git a/img/buttonInvolved_empty.png b/img/buttonInvolved_empty.png
deleted file mode 100644
index 8afe1b2..0000000
--- a/img/buttonInvolved_empty.png
+++ /dev/null
Binary files differ
diff --git a/img/buttonSupport_empty.png b/img/buttonSupport_empty.png
deleted file mode 100644
index a8ede29..0000000
--- a/img/buttonSupport_empty.png
+++ /dev/null
Binary files differ
diff --git a/img/document.png b/img/document.png
index 383d0e7..8455129 100644
--- a/img/document.png
+++ b/img/document.png
Binary files differ
diff --git a/img/eclipse_for_scout_developers.png b/img/eclipse_for_scout_developers.png
new file mode 100644
index 0000000..d411e09
--- /dev/null
+++ b/img/eclipse_for_scout_developers.png
Binary files differ
diff --git a/img/eclipse_scout_app.png b/img/eclipse_scout_app.png
index 039fafa..0f57fa4 100644
--- a/img/eclipse_scout_app.png
+++ b/img/eclipse_scout_app.png
Binary files differ
diff --git a/scout_style.css b/scout_style.css
index 7450d61..79910e5 100644
--- a/scout_style.css
+++ b/scout_style.css
@@ -16,23 +16,41 @@
 	float: left;
 	width: 660px;
 }
+
 #scout_header {
+		height: 200px;
+		background: #FE9915;
+}
+
+#scout_banner {
 	background: #FE9915 url("img/s.png") no-repeat;
+	width: 460px;
 	height: 160px;
 	padding-left: 200px;	
 	padding-top: 40px;
+	float: left;
 }
-#scout_header h1 {
+#scout_banner h1 {
 	color: #FFFFFF;
 	font: bold 22pt "Lucida Grande", Lucida, Verdana, sans-serif;
 	padding: 0px;
 }
-#scout_header p {
+#scout_banner p {
 	color: #FFFFFF;
 	font: 16pt "Lucida Grande", Lucida, Verdana, sans-serif;
 	margin-top: 5px;
 	margin-bottom: 20px;
 }
+#scout_buttons {
+    width: 180px;
+    float: left;
+	padding: 35px 70px 10px;
+}
+#scout_buttons p {
+	padding:0px;
+	margin: 3px;
+}
+	
 .scout_description {
 	margin-top:35px;
 	margin-bottom:5px;
@@ -123,100 +141,6 @@
 	padding-bottom: 10px;
 }
 
-/* Primary links */
-#scoutHeader {
-	background: #FE9915 url("img/s.png") no-repeat;
-	height: 200px;
-}
-#scoutTitle {
-	padding-left: 180px;	
-	padding-top: 60px;
-	width: 280px;
-	float: left;
-}
-#scoutTitle h1 {
-	color: #FFFFFF;
-	font: bold 22pt "Lucida Grande", Lucida, Verdana, sans-serif;	
-}
-#scoutHeader p {
-	color: #FFFFFF;
-	font: bold 10pt "Lucida Grande", Lucida, Verdana, sans-serif;
-}
-
-#primaryLinks {
-	position: relative;
-	padding-left: 460px;
-	width: 520px;
-}
-
-#primaryLinks h3 {
-	visibility: hidden;
-	height: 0;
-}
-
-#primaryLinks ul li {
-	vertical-align: bottom;
-	display: inline-block;
-	list-style-type: none;
-	padding: 0;
-	margin: 0;
-}
-
-#primaryLinks a:hover {
-	text-decoration: underline;
-	color: black;
-}
-
-#primaryLinks a {
-	display: inline-block;
-	list-style-type: none;
-	width: 180px;
-	height: 77px;
-	padding-top: 10px;
-	padding-left: 70px;
-	margin: 0;
-	color: black;
-	font-weight: bold; 
-}
-
-#primaryLinks strong {
-	font-size: larger;
-	display: block;
-	text-decoration: none;
-}
-
-#buttonDownload {
-	background: transparent url("img/buttonDownload_empty.png") no-repeat 0 0;
-}
-
-#buttonDownload:hover {
-	
-}
-
-#buttonDocumentation {
-	background: transparent url("img/buttonDocumentation_empty.png") no-repeat 0 0;
-}
-
-#buttonDocumentation:hover {
-	
-}
-
-#buttonSupport {
-	background: transparent url("img/buttonSupport_empty.png") no-repeat 0 0;
-}
-
-#buttonSupport:hover {
-	
-}
-
-#buttonInvolved {
-	background: transparent url("img/buttonInvolved_empty.png") no-repeat 0 0;
-}
-
-#buttonInvolved:hover {
-	
-}
-
 #preview {
 	margin: 5px 30px;
 }