html {
	height: 100%;
	margin:0;
	padding:0;
}
body{
	overflow: visible;
	height: 100%;
}

#content
	{
	position: relative;
	margin-top: auto;
	margin-left: 0px;
	margin-right: auto;
	margin-bottom: 50px;
	height: 100%;
	/*\*/
	/* Mac IE5 shouldn't see  the left and left margin declarations (which are for other IEs' benefit) since it has a bug where contained elements following the first child are indented by the same amount - modern browers of course can center using auto margins, but they understand the left center, negative margin shift too */
	}
#footer
	{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	position: absolute; /* Operas 5 + 6, need this to be relative */
	bottom: 2px;
	right: 6px;
	width: auto;
	color: #999999;
	}
#footer a
	{
	color: #999999;
	text-decoration: none;
	}

div#file_folder {
	display: block;
	background-color:#CCCCCC;
	width: 300px;
	height: 250px;
}
div#sitemap a {
	text-decoration: none;
}

/* Exclude fixed from Mac IE5 if you want working mouseover stuff */
body>#header, body>#sidebar-left, body>#footer
	{
	position: fixed;
	}
/* Exclude Mac IE5 from fixed */
/* ]]> */

