Index: footer.php
===================================================================
--- footer.php	(revision 15634)
+++ footer.php	(working copy)
@@ -34,9 +34,14 @@
 						title="<?php esc_attr_e('Semantic Personal Publishing Platform', 'twentyten'); ?>" rel="generator">
 					<?php printf( __('Proudly powered by %s.', 'twentyten'), 'WordPress' ); ?>
 				</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-generator -->
-
+			
 		</div><!-- #colophon -->
+		
+		
 	</div><!-- #footer -->
 
 </div><!-- #wrapper -->
Index: style.css
===================================================================
--- style.css	(revision 15634)
+++ style.css	(working copy)
@@ -188,11 +188,11 @@
 	float: left;
 	font-size: 14px;
 	font-weight: bold;
-	width: 700px;
+	width: 600px;
 }
 #site-generator {
 	float: right;
-	width: 220px;
+	width: 310px;
 }
 
 
@@ -1213,6 +1213,9 @@
 	padding-left: 20px;
 	text-decoration: none;
 }
+#site-generator a#back-link{
+	background:none;
+}
 #site-generator a:hover {
 	text-decoration: underline;
 }
