body {
	color: #000000;
	font-family: sans-serif;
	cursor: default;
	font-style: normal;
	font-size: 1rem;
	font-weight: 300;
	margin: 0 auto;
	height: 100%;
}

#body {
	position: relative;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
}

#header {
	position: fixed;
	height: 80px;
	top: 0;
	left: 0;
	right: 0;
	color: #ffffff;
	background: #333333;
	z-index: 100;
}

#container {
	top: 80px;
	height: 1000px;
	left: 0;
	right: 0;
	background: none;
	position: absolute;
	display: inline-block;
}

#footer {
	height: 80px;
	bottom: 0;
	left: 0;
	right: 0;
	color: #ffffff;
	background: #333333;
	position: fixed;
	z-index: 100;
}

#navigation {
	width: 300px;
	height: 100%;
	top: 80px;
	left: 0;
	background: #f5f5f5;
	position: fixed;
	display: inline-block;
}

#main {
	height: 100%;
	top: 0;
	left: 300px;
	right: 0;
	background: #fdfdfd;
	position: absolute;
	display: inline-block;
}
