div.navbar {
	border: none;
	text-align: center;
	margin: 0;
	position: absolute;		/* Fallback if 'fixed' is not supported */
	position: fixed;
	top: 0.5em;
	right: 0.5em;
	left: auto;
	width: 5em;
}