#footer {
	width: 100%;
	margin: 2em 0 6em;
	border-top: dotted 1px silver;
	padding-top: .2em;
	font: 100 .6em sans-serif;
	color: #999999;
	background-color: #ffffff;
}
div#lastmod {
	text-align: right;
}
#footer span:hover {
	color:black;
}
#w {
	width:5.3em;
	position:relative;
	float:left;
}
div.hidden {
	width:32em;
	padding:.5em 0;
	display:none;
	text-align:left;
}
div.hov:hover div.hidden { display:block; }
