/* 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 */
	padding-top: 1px;
}
#foot {
	height: 2em;
	margin-top: -2em;
	top: -1px;
	position: relative;
	margin-bottom: -1px;
	padding: 0 8px;
}
p, h1, h2, h3 {
	border: 0 none;
	margin-left: 8px;
	margin-right: 8px;
}
.testfloat {
	margin: 0 8px 8px 8px;
}
h1, h2 {
	margin-top: 8px;
	margin-bottom: 0.6em;
}
