body {
	background-color: black;
	margin: 0;
	height:  100%;
}

#header {
	color: white;
	background-color: #232323;
	padding: 7px;
	font: 11px "Lucida Grande", Lucida, Verdana, sans-serif;
	margin-bottom: 0;
	margin-top: 0;
	text-align: center;
}

.selected_menu {
	border-bottom: 1px dotted #7f7f7f;
	font-weight: bold;
}

a {
	text-decoration: none;
	color: white;
}

a:hover {
	border-bottom: 1px dotted #7f7f7f;
}

#desc {
	margin-top: 8px;
	color: #777;
}
