Index: wp-content/themes/twentyten/footer.php
===================================================================
--- wp-content/themes/twentyten/footer.php	(revision 17446)
+++ wp-content/themes/twentyten/footer.php	(working copy)
@@ -25,19 +25,27 @@
 			<div id="site-info">
 				<a href="<?php echo home_url( '/' ); ?>" title="<?php echo esc_attr( get_bloginfo( 'name', 'display' ) ); ?>" rel="home">
 					<?php bloginfo( 'name' ); ?>
-				</a>
+				</a> - 
+	            <a id="back-link" href="#site-title" title="<?php esc_attr_e( 'Back to Top', 'twentyten' ); ?>"> 
+	                                        <?php _e( 'Back to Top <span class="meta-nav">&uarr;</span> ', 'twentyten' ); ?> 
+	            </a><!-- #back-link --> 				
 			</div><!-- #site-info -->
 
 			<div id="site-generator">
 				<?php do_action( 'twentyten_credits' ); ?>
-				<a href="<?php echo esc_url( __( 'http://wordpress.org/', 'twentyten' ) ); ?>" title="<?php esc_attr_e( 'Semantic Personal Publishing Platform', 'twentyten' ); ?>" rel="generator"><?php printf( __( 'Proudly powered by %s.', 'twentyten' ), 'WordPress' ); ?></a>
-			</div><!-- #site-generator -->
+				<a href="<?php echo esc_url( __( 'http://wordpress.org/', 'twentyten' ) ); ?>" title="<?php esc_attr_e('Semantic Personal Publishing Platform', 'twentyten'); ?>" rel="generator"> 
+	                                        <?php printf( __('Proudly powered by %s.', 'twentyten'), 'WordPress' ); ?> 
+                </a> 
+	        </div><!-- #site-generator --> 
+	 	 
+	                         
+	     </div><!-- #colophon --> 
+	                 
+	                 
+	 </div><!-- #footer --> 
 
-		</div><!-- #colophon -->
-	</div><!-- #footer -->
+</div><!-- #wrapper --> 
 
-</div><!-- #wrapper -->
-
 <?php
 	/* Always have wp_footer() just before the closing </body>
 	 * tag of your theme, or you will break many plugins, which

Index: wp-content/themes/twentyten/style.css
===================================================================
--- wp-content/themes/twentyten/style.css	(revision 17446)
+++ wp-content/themes/twentyten/style.css	(working copy)
@@ -1214,6 +1214,15 @@
 #footer {
 	margin-bottom: 20px;
 }
+#site-info a#back-link{
+	color: #888888;
+	font-size: 12px;
+	font-weight: normal; 
+ 	background:none; 
+} 
+#site-info a#back-link:hover {
+	text-decoration: underline;
+}
 #colophon {
 	border-top: 4px solid #000;
 	margin-top: -4px;
