/* out2 non usato */
body {
	margin: 0;
}
html, body, #page {
	height: 100%;
}
#out1 {
	background-color: #cde;
	border-right: 170px solid #ef9; /* R */
	border-left: 160px solid #cce844; /* L */
	min-height: 100%;
}
#out {
	padding-bottom: 2em;
}
#center {
	width: 100%;
}
#left {
	width: 170px; /* R */
	margin-right: -170px; /* -R */
}
#right {
	width: 160px; /* L */
	margin-left: -160px; /* -L */
	left: -100%;
}
#head {
	margin-right: -170px; /* -R */
	margin-left: -160px; /* -L */
}
#foot {
	height: 2em;
	margin-top: -2em;
	top: -1px;
	position: relative;
	margin-bottom: -1px;
}
