minor improvments in update index page
diff --git a/org.eclipse.wtp.releng.webupdatesite/WebContent/indexGanymede.html b/org.eclipse.wtp.releng.webupdatesite/WebContent/indexGanymede.html
index 1724714..b2d51c7 100644
--- a/org.eclipse.wtp.releng.webupdatesite/WebContent/indexGanymede.html
+++ b/org.eclipse.wtp.releng.webupdatesite/WebContent/indexGanymede.html
@@ -1,25 +1,36 @@
-
-<html>
+<?xml version="1.0" encoding="ISO-8859-1" ?>
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
+<html xmlns="http://www.w3.org/1999/xhtml">
 <head>
 <title>WTP Updates</title>
-<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
+<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
+<style type="text/css">
+div.right {
+	float: right
+}
 
+img.right {
+	float: right
+}
+</style>
 </head>
 <body>
 
-<div align="right">
-<p><img src="wtplogosmall.jpg" alt="WTP Logo"></p>
-</div>
+<div class="right">
+<p><img class="right" width="207" height="129"
+	src="wtplogosmall.jpg" alt="WTP Logo" /></p>
+
 
 <h1 class="title">Update Site for <br />
 Web Tools Platform (WTP)</h1>
+</div>
 
 <p>This update site provides the features of the Eclipse Web Tools
 Platform (WTP).</p>
 <p>If you are just getting started with Eclipse or Eclipse Web
 Tools, you may want to first install from the <a
-	href="http://download.eclipse.org/releases/ganymede/">Ganymede</a> update site, as
-it would have everything you need to get started.</p>
+	href="http://download.eclipse.org/releases/ganymede/">Ganymede</a>
+update site, as it would have everything you need to get started.</p>
 <p>This Web Tools Platform update site does assume you have all the
 pre-reqs installed.</p>
 <p>Beyond the basic Web Tools Platform, this site offers the SDK
@@ -27,12 +38,10 @@
 <p>To use this update site in your existing installation of Eclipse,
 add the following URL as a remote update site in your update manager, if
 it does not already have it.</p>
-<p>&nbsp;&nbsp;&nbsp;&nbsp;<b> <code>http://download.eclipse.org/webtools/milestones/</code></b></p>
+<p>&nbsp;&nbsp;&nbsp;&nbsp;<b> <code>http://download.eclipse.org/webtools/updates/</code></b></p>
 <p>See <a
-	href="http://help.eclipse.org/help33/index.jsp?topic=/org.eclipse.platform.doc.user/tasks/tasks-34.htm">Eclipse
-Help</a> for general information about using Update Manager.</p>
+	href="http://help.eclipse.org/ganymede/index.jsp?topic=/org.eclipse.platform.doc.user/tasks/tasks-129.htm">Eclipse
+Help</a> for general information about installing and updating Eclipse.</p>
 
 </body>
 </html>
-
-