#accessibility { position:absolute; top:0; left:-999em }

/* layout */
html,body { margin:0; padding:0; height:100% }

#page { margin:0 auto; width:960px; min-height:100%; _height:100%; padding:0 6px; background:url(img/body.png) repeat-y top center; position:relative }
#header, #body, #footer { clear:both; margin:0 auto; width:960px; }

#header { position:relative }
#cart { width:300px; position:absolute; top:0; right:2px }

#body { width:960px; background:url(img/body_columns.gif); position:relative }
#body:after { content:"."; display:block; height:0; clear:both; visibility:hidden } /* clear the body contents so the background column image fills the space */

#body-right { width:760px; float:right }
#mystanfordconnection,#main { padding: 0 25px }

#utility {  }

#main { margin-bottom: 45px; padding-top:0; clear:both }
#back_to_top { padding: 15px 25px; position:absolute; bottom:0; right:0 }

* html #back_to_top { position:relative; text-align:right }

#body-left { width:200px; float:left }
#navigation, #search { }

#footer { _float:left; clear:both; width:960px }

