#out {
	background-color: #cde;
	border-left:  170px solid #ef9;
	border-right: 160px solid #cce844;
}
#center {
	width: 100%;
}
#left {
	width: 170px;
	margin-left: -170px;
	left: -100%;
}
#right {
	width: 160px;
	margin-right: -160px;
}
#page {
	min-width: 500px;
	max-width: 64em;
}
