@media screen
{
	#monacobar { position: fixed; }
	* html { overflow-y: hidden; }
	* html body { overflow-y: auto; height: 100%; }
	* html #monacobar { position: absolute; }
}