#center {
	position: relative;
	margin: 0 auto;
	background-color: #ffffff;
	width: 790px;
	height: 1000px;
	border-style: solid;
	border-width: 5px;
	border-color: #ffffff;
	text-align: left;
}

#topBar {
	position: absolute;
	background-color: #000000;
	width: 100%;
	height: 13%;
	top: 0%;
	left: 0%;
}

#navBar {
	position: absolute;
	background-image: url(../images/navbar.png);
	background-repeat: no-repeat;
	background-position: top-left;
	width: 100%;
	height: 3%;
	top: 13%;
	left: 0%;
}

#sideBar {
	position: absolute;
	background-color: #e6e6e6;
	width: 20%;
	height: 69%;
	top: 16%;
	left: 0%;
}

#spacer {
	position: absolute;
	background-color: #e6e6e6;
	width: 5%;
	height: 69%;
	top: 16%;
	left: 20%;
}

#mainArea {
	position: absolute;
	background-color: #e6e6e6;
	width: 75%;
	height: 69%;
	top: 16%;
	left: 25%;
	z-index: 1;
}

#bottomBar {
	position: absolute;
	background-color: #c0c0c0;
	width: 100%;
	height: 15%;
	top: 85%;
	left: 0px;
}
