#widthDiv {
  position: absolute;
  width: 800px;
}

#headerDiv {
	position: absolute;
	width: 800px;
	height: 70px;
	background: white;
}

#menuDivLeft {
	position: absolute;
	top: 70px;
	background: #778899;
	height: 20px;
	width: 500px;
}

#menuDivRight {
	position: absolute;
	top: 70px;
	left: 500px;
	background: #006464;
	text-align: right;
	height: 20px;
	width: 300px;
}

#bodyDivUpper {
	position: absolute;
	top: 90px;
	background: white;
	height: 260px;
	width: 800px;
	z-index:10000;
}

#site{
	position: absolute;
	top: 385px;
	text-align: center;
	z-index:10000;
	visibility: hidden;
	font-weight: bold;
}

#bodyDivLower {
	position: absolute;
	top: 350px;
	width: 800px;
	height: 300px;
	background: #aaaabb;

}

#leftContent {
	float: left;
	margin-left: 10px;
	background: white;
	width: 475px;
}

#rightContent {
	float: right;
	width: 300px;
	background: #C0C0C0;
	height: 100%;
}


#imageflow{
	width: 800px;
}

