diff --git a/modules/system/page.tpl.php b/modules/system/page.tpl.php
index bd440af..37876ba 100644
--- a/modules/system/page.tpl.php
+++ b/modules/system/page.tpl.php
@@ -119,10 +119,10 @@
     <?php print $messages; ?>
 
     <div id="main-wrapper"><div id="main" class="clearfix">
+      <a id="main-content"></a>
 
       <div id="content" class="column"><div class="section">
         <?php if ($page['highlighted']): ?><div id="highlighted"><?php print render($page['highlighted']); ?></div><?php endif; ?>
-        <a id="main-content"></a>
         <?php print render($title_prefix); ?>
         <?php if ($title): ?><h1 class="title" id="page-title"><?php print $title; ?></h1><?php endif; ?>
         <?php print render($title_suffix); ?>
