#page {
	background-color: #ef9;
	overflow: hidden;
}
#out1 {
	margin-left: 25%; /* L */
	background-color: #cde;
}
#out2 {
	margin-left: 40%; /* C */
	background-color: #cce844;
}
#out {
	margin-left: -65%; /* L + C */
}
#out1, #out2, #out {
	width: 100%;
}
#center {
	width: 40%; /* C */
	margin-left: 25%; /* L */
}
#left {
	width: 25%; /* L */
	margin-left: -65%; /* L + C */
}
#right {
	width: 35%; /* R */
	margin-right: -35%; /* -R */
}
