*** empty log message ***
diff --git a/images/labs.png b/images/labs.png
new file mode 100644
index 0000000..6a30820
--- /dev/null
+++ b/images/labs.png
Binary files differ
diff --git a/index.php b/index.php
index c4e6fd2..6fca93f 100644
--- a/index.php
+++ b/index.php
@@ -64,7 +64,11 @@
 				<img src="http://dev.eclipse.org/huge_icons/devices/network-wired.png" align="bottom"><br/>
 				<a class="heading">Get Involved</a>
 				<p class="subText"><a href="https://bugs.eclipse.org/bugs/">Report Bugs</a>, <a href="http://wiki.eclipse.org/index.php/CVS_Howto">Source Code</a>,<br/><a href="http://www.eclipse.org/epp/download.php">Nightly Builds</a></p>
-			</div>		
+			</div>	
+			<div id="eclipselabs" class="floatingIcon">
+				<img src="images/labs.png"/>
+				<a class="heading" href="http://code.google.com/a/eclipselabs.org/hosting/">Eclipse Labs</a>
+			</div>	
 		</div>
 	</div>		
 
diff --git a/users.css b/users.css
index d716225..d4ed0bc 100644
--- a/users.css
+++ b/users.css
@@ -5,7 +5,7 @@
 
 .topContent {
 	position:relative;
-	height:345px;
+	height:375px;
 }
 
 img  {
@@ -88,3 +88,8 @@
 	top:180px;
 	left:20px;
 }
+
+#eclipselabs {
+	left:500px;
+	top:300px;	
+}
\ No newline at end of file