Added Download Page.

Change-Id: Ic8de06597ce2f5fb46d85c905daea8581f4f5138
diff --git a/pages/download.html b/pages/download.html
new file mode 100644
index 0000000..dfb447b
--- /dev/null
+++ b/pages/download.html
@@ -0,0 +1,39 @@
+<div id="midcolumn">
+	<h1>Downloads</h1>
+
+	<p>
+		All downloads are provided under the terms and conditions of the <a
+			href="/legal/epl/notice.php">Eclipse Foundation Software User
+			Agreement</a> unless otherwise specified.
+	</p>
+
+	<h2>Nightly Build</h2>
+	<p>The FMC nightly (dev, currently for Luna, 0.11.0) version can be found here:</p>
+	<ul>
+		<li>Update site: <a
+			href="http://download.eclipse.org/fmc/updates/nightly/">http://download.eclipse.org/fmc/updates/nightly</a></li>
+		<li>ZIP file: <a
+			href="http://download.eclipse.org/fmc/updates/nightly/org.eclipse.fmc.updatesite_0.11.0-SNAPSHOT.zip">org.eclipse.fmc.updatesite_0.11.0-SNAPSHOT.zip</a></li>
+	</ul>
+	<p>Please keep in mind that this is the head development version!
+		It might be unstable and contain any kind of errors. This version in
+		mainly intended for framework developers.</p>
+
+</div>
+
+
+<div id="rightcolumn">
+	<div class="sideitem">
+		<h6>Incubation</h6>
+
+		<href="http://www.eclipse.org/projects/what-is-incubation.php">
+		<img align="center"
+			src="http://www.eclipse.org/images/egg-incubation.png" border="0"
+			alt="Incubation" /> </a>
+		<p>
+			FMC is in the <a
+				href="http://www.eclipse.org/projects/dev_process/incubation-phase.php">Incubation
+				Phase</a>.
+		</p>
+	</div>
+</div>