@charset "UTF-8";
#container {
	background-color: #3C557F;
	height: 800px;
	width: 800px;
	margin-left: -400px;
	position: absolute;
	left: 50%;
}
#container #content {
	background-color: #2A3B59;
	height: 100px;
	width: 700px;
	position: relative;
	left: 50px;
	top: 25px;
}
#container #nav {
	background-color: #76A8FF;
	height: 50px;
	width: 400px;
	position: absolute;
	left: 200px;
	top: 100px;
}#maincontainer {
	height: 100%;
	width: 100%;
	position: absolute;
	left: 0px;
	top: 0px;
}
