diff --git a/introduction/getting-started.html b/introduction/getting-started.html
index bb851fb28cdced89ca4283ee736291f8492604b1..bf6f51b567f983ec2e5edb573a0bdf06ec77a13f 100644
--- a/introduction/getting-started.html
+++ b/introduction/getting-started.html
@@ -67,7 +67,17 @@ Aparapi | Getting Started
 
 <p>Below you will find two side-by-side comparisons for the nbody problem on a CPU vs a GPU. The simulation is being run on an inexpensive graphics card; you can even run it yourself from the <a href="https://github.com/Syncleus/aparapi-examples" rel="nofollow">examples project</a>. Its obvious the drastic performance gains that can be acheived with Aparapi.</p>
 
-<p><img src="http://aparapi.com/images/nbody_gpu.gif" alt="NBody GPU" /> <img src="http://aparapi.com/images/nbody_cpu.gif" alt="NBody CPU" /></p>
+<table><thead>
+<tr>
+<th style="text-align: center"><img src="http://aparapi.com/images/nbody_gpu.gif" alt="NBody GPU" /></th>
+<th style="text-align: center"><img src="http://aparapi.com/images/nbody_cpu.gif" alt="NBody CPU" /></th>
+</tr>
+</thead><tbody>
+<tr>
+<td style="text-align: center">GPU Accelerated</td>
+<td style="text-align: center">CPU Multi-threaded (8 cores)</td>
+</tr>
+</tbody></table>
 
 <h2>Support and Documentation</h2>