@charset "utf-8";
/* CSS Document */


html,body {
	height:100%;
	background-color:#fff;
	}
	
html>body #container {
	height: auto;
	width:100%;
	border: 0px solid red;
	}
	
	#container {
	position: relative;
	width:100%;
	min-height: 100%;
	height: 100%;
	background-color:#d5d8dc;
	margin:auto;
	background-image: url(../img/bgcontainer.gif);
	background-repeat:repeat-x;
	border: 0px solid red;
	}
	
	#headerFX {
	position:relative;
	width:930px;
	height:73px;
	margin:auto;
	top: 0px;
	font-weight: bold;
	background-color:#f7f1eb;
	background-image: url(../img/bg_header.gif);
	background-repeat: no-repeat;
	border: 0px solid red;
	}
	
#page {
	position:relative;
	width:930px;
	height:478px;
	margin:auto;
	background-image: url(../img/bg_pagine.gif);
	background-repeat: no-repeat;
	border: 0px solid red;
	}
	
#pageHome {
	position:relative;
	width:930px;
	height:500px;
	margin:auto;
	border: 0px solid red;
	}
	
#pageFooter {
	position:relative;
	width:930px;
	height:33px;
	margin:auto;
	border: 0px solid red;
	}

#spaziatore {
	padding-bottom:10%;
}

#footer {
	position: absolute;
	bottom: 0;
	height: 33px;
	width: 100%;
	background-color:#fef1eb;
	z-index:2;
	}

