#main {
	position: absolute;
	width: 720px;
	height: 667px;
	left: 50%;
	top: 50%;
	margin-left: -360px; /* half of width */
	margin-top: -333px;  /* half of height */
	background-color: #fff;
}

#left {
	position: absolute;
	width: 35px;
	height: 667px;
	padding-right: 20px;
	left: 0;
}

#center {
	position: absolute;
	width: 610px;
	height: 667px;
	left: 55px;
	top: 0;
}

#right {
	position: absolute;
	width: 35px;
	height: 667px;
	padding-left: 20px;
	left: 665px;
	top: 0;
}

#header {
	position: absolute;
	width: 610px;
	height: 31px;
	left: 0;
	top: 0;
}

#header-title {
	position: absolute;
	left: 0;
	top: -3px;
}

#header-summary {
	position: absolute;
	right: 0;
	top: 9px;
}

#content {
	position: absolute;
	width: 610px;
	height: 616px;
	top: 31px;
	left: 0;
	overflow: hidden;
	/*clip: rect(0px, 616px, 615px, 0px);*/ /* top, right, bottom, left */
}

#footer {
	position: absolute;
	width: 610px;
	height: 25px;
	left: 0;
	top: 642px;
}
