body {
	background-color: black;
	padding: 0;
	margin: 0;
}


nav[id="site"] {
	position: fixed;
	left: auto;
	top: auto;
	right: 0;
	bottom: 3em;
}
nav[id="site"] > ul {
	float: right;
	width: 7em;

	text-align: right;
	list-style-type: none;

	font-family: sans-serif;
	font-weight: bold;
	font-size: larger;
}

nav[id="site"] > ul > li {
	background-color: #700;
	margin: 0.5em 0;
	padding: 0.2em 3px 0.2em 0.5em;
	border-top: 3px outset #900;
	border-left: 3px outset #900;
	border-bottom: 3px outset #600;
	border-right: 0 none transparent;
}

nav[id="site"] a {
	color: white;
	text-decoration: none;
}
