Index: themes/bluemarine/page.tpl.php
===================================================================
RCS file: /cvs/drupal/drupal/themes/bluemarine/page.tpl.php,v
retrieving revision 1.33
diff -u -p -r1.33 page.tpl.php
--- themes/bluemarine/page.tpl.php	18 Feb 2009 14:28:24 -0000	1.33
+++ themes/bluemarine/page.tpl.php	28 Feb 2009 03:06:41 -0000
@@ -12,6 +12,9 @@
 </head>
 
 <body class="<?php print $body_classes; ?>">
+
+<div class="offscreen"><a href="#main" title="<?php print t('Skip navigation') ?>."><?php print t('Skip navigation') ?></a>.</div>
+
   <div id="header" class="clearfix">
     <?php if ($search_box) { ?><div class="search-box"><?php print $search_box ?></div><?php }; ?>
     <?php if ($logo) { ?><a class="logo" href="<?php print $front_page ?>" title="<?php print t('Home') ?>"><img src="<?php print $logo ?>" alt="<?php print t('Home') ?>" /></a><?php } ?>
Index: themes/pushbutton/page.tpl.php
===================================================================
RCS file: /cvs/drupal/drupal/themes/pushbutton/page.tpl.php,v
retrieving revision 1.29
diff -u -p -r1.29 page.tpl.php
--- themes/pushbutton/page.tpl.php	24 Nov 2008 15:27:13 -0000	1.29
+++ themes/pushbutton/page.tpl.php	28 Feb 2009 03:06:41 -0000
@@ -13,7 +13,7 @@
 
 <body>
 
-<div class="hide"><a href="#content" title="<?php print t('Skip navigation') ?>." accesskey="2"><?php print t('Skip navigation') ?></a>.</div>
+<div class="offscreen"><a href="#content" title="<?php print t('Skip navigation') ?>."><?php print t('Skip navigation') ?></a>.</div>
 
 <table id="main-menu" summary="Navigation elements." border="0" cellpadding="0" cellspacing="0" width="100%">
   <tr>
Index: themes/garland/page.tpl.php
===================================================================
RCS file: /cvs/drupal/drupal/themes/garland/page.tpl.php,v
retrieving revision 1.24
diff -u -p -r1.24 page.tpl.php
--- themes/garland/page.tpl.php	18 Feb 2009 14:28:25 -0000	1.24
+++ themes/garland/page.tpl.php	28 Feb 2009 03:06:42 -0000
@@ -15,6 +15,8 @@
   </head>
   <body class="<?php print $body_classes ?>">
 
+<div class="offscreen"><a href="#center" title="<?php print t('Skip navigation') ?>."><?php print t('Skip navigation') ?></a>.</div>
+
   <div id="header-region" class="clearfix"><?php print $header ?></div>
 
   <div id="wrapper">

