/* out2 non usato, anche page potrebbe essere bypassato, 
   mettendo sue proprieta' su body.
   solo out1 e' usabile direttamente come portatore di background */
body {
	margin: 0;
}
html, body, #page {
	height: 100%;
}
#out1 {
	background-color: #cde;
	border-left: 170px solid #ef9; /* L */
	border-right: 160px solid #cce844; /* R */
	min-height: 100%;
}
#out {
	padding-bottom: 2em;
}
#center {
	width: 100%;
}
#left {
	width: 170px; /* L */
	margin-left: -170px; /* -L */
	left: -100%;
}
#right {
	width: 160px; /* R */
	margin-right: -160px; /* -R */
}
#head {
	margin-left: -170px; /* -L */
	margin-right: -160px; /* -R */
}
#foot {
	height: 2em;
	margin-top: -2em;
	top: -1px;
	position: relative;
	margin-bottom: -1px;
}
