html, body {
	height: 100%;
}

#content {
	position: relative;
}

#menuBtn:hover {
	background-color: rgba(1.0, 1.0, 1.0, 0.25);
}

#sidebar
{
	position: absolute;
	z-index: 1000;
	top: 0px;
	left: 0px;
	bottom: 0px;

	border-right: 2px solid black;
}

#sidebar a:hover {
	color: #FFFFFF !important;
}

#header {
	border-bottom: 2px solid black;
}