/* CSS Document */

#navigation {
	display: none;
	}
	
#footer {
	display: none;
	}

body {
   background: white;
   font-size: 12pt;
   }
   
#wrapper, #main_col {
   position: absolute;
   left: 0px;
   right: 0px;
   top: 0px;
   vertical-align: top;
   width: 500px;
   height: 500px;
   padding: 0;
   border: 0;
   float: none !important;
   color: black;
   background: transparent none;
   }
#main_col {
   position: absolute;
   left: 0px;
   right: 0px;
   top: 0px;
   width: 500px;
   height: 500px;
   vertical-align: top;
   }

a:link, a:visited {
   color: #520;
   background: transparent;
   font-weight: bold;
   text-decoration: underline;
   }
#main_col a:link:after, #mian_col a:visited:after {
   content: " (" attr(href) ") ";
   font-size: 90%;
   }
#main_col a[href^="/"]:after {
   content: " (http://www.alistapart.com" attr(href) ") ";
   }
