

#header {
  background: #7691df;
  position: absolute;
  top: 10px;
	left:50%;
  width: 700px;
  height: 150px;
	margin-left: -350px;
}
#menu_bar {
  background: #7691df;
  position: absolute;
  top: 160px;
	left: 50%;
  width: 700px;
  height: 20px;
	margin-left: -350px;
}
#spacer {
  background: #cccccc;
  position: absolute;
  top: 180px;
	left: 50%;
  width: 700px;
  height: 15px;
	margin-left: -350px;
}
#content01 {
  background: #cccccc;
  position: absolute;
  top: 195px;
  left: 50%;
  width: 700px;
  height: 200px;
	margin-left: -350px;
}

#subcontent01{

  background: #cccccc;
  position: absolute;
  top: 0px;
  left: 200px;
  width: 500px;
  height: 200px;
}	

#content02 {
  background:#cccccc;
	position:absolute;
	top:395px;
	left: 50%;
	width:700px;
	height:250px;
	margin-left: -350px;
}

#footer {
	background:#7691df;
	position:absolute;
	top:645px;
	left: 50%;
	width:700px;
	height:10px;
	margin-left: -350px;
}