/* 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: url(fc_cce844_160.gif) repeat-y 100% 0;
	min-height: 100%;
}
#page, #out {
	background: #cde url(fc_eeff99_170.gif) repeat-y;
}
#out {
	padding-left: 170px; /* L */
	margin-right: 160px; /* R */
	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;
	bottom: 0;
	position: fixed;
	width: 100%;
	min-width: 500px;
	max-width: 64em;
}
