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


#container {
	position: absolute;
	width: 950px;
	height: 720px;
	top: 50%;
	left: 50%;
	margin-top: -360px;
	margin-left: -475px;
}

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

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

#sidebarContainer #sidebar_content {
	height: 660px;
}


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

#pageHeader h1, #pageHeader h2 {
}

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

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