body {
   background: white;
   font-size: 12pt;
   font-family: Arial, Helvetica, Sans-Serif;
   }

#wrapper, #container {
   width: auto;
   /*margin: 0 5%;*/
   padding: 0;
   border: 0;
   float: none !important;
   color: black;
   background: transparent none;
   }
div#container {
   /*margin-left: 10%;*/
   padding-top: 1em;
   border-top: 1px solid #EEEEEE;
   }
a:link, a:visited {
   color: #520;
   background: transparent;
   font-weight: bold;
   text-decoration: underline;
   }
/* cool effect to show URL next to link, but user will just visit webpage anyway
#container a:link:after, #container a:visited:after {
   content: " (" attr(href) ") ";
   font-size: 90%;
   }
#container a[href^="/"]:after {
   content: " (http://www.alistapart.com" attr(href) ") ";
   }
*/

#menu, #top_nav_bar, #wifi_banner, div.login, #footer img, div.leftcol, #share_button_container {
	display: none;
}

#footer {
	font-size: 10px;
	margin-top:20px;
}

