body, html {
	width: 100%;
	height: 100%;
	overflow: hidden;
}


#container {
	position: absolute;
	width: 80%;
	height: 540px;
	top: 50%;
	left: 10%;
	margin-top: -270px;
}

#navbarContainer {
	position: absolute;
	top: 0;
	left: 0;
	height: 480px;
}

#sidebarContainer {
	position: absolute;
	top: 0;
	right: 0;
	height: 480px;
}

#sidebarContainer #sidebar_content {
	height: 480px;
}

#navbarContainer #navbar {
	height: 460px;
}

#contentContainer {
	position: absolute;
	top: 0;
	left: 180px;
	right: 180px;
	width: auto;
	height: 480px;
}

#pageHeader h1, #pageHeader h2 {
	width: auto;
}

#content {
	position: relative;
	overflow: auto;
	width: auto;
	height: 354px;
}

#footer {
	position: absolute;
	bottom: 0;
	right: 0;
	left: 0;
}