#navigation	{
	position: fixed;
}
/* Don't do this at home */
* html	{
	overflow-y: hidden;
}
* html body {
	overflow-y: auto;
	height: 100%;
	font-size: 100%;
}
* html #navigation{
	position: absolute;  
}
/* All done. */

