/* Body and containing divs */

html, body {

   color:			black;
   font:			small Arial, Helvetica, Verdana, sans-serif;
   height:		100%;
   margin:		0;
   padding:		0;

 }


div#header,

div#navlinks,
div#resources,

div#footer2,
div#footer_ads {
   display:	none;
 }

#footer {

   text-align:		center;
   margin:		auto;
   width:		100%;
   position:		absolute;
   bottom:		.25in;


 }