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



/** LAYOUT **/

.oneColFixCtrHdr #container {
	width: 864px; height:550px;
	background: #FFF;
	margin: 0px auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
}

.oneColFixCtrHdr #header {
	padding: 0;
}
#header {
	position:relative; top:0px
}
#flashMenu {
	margin:0; padding:0;
	position:relative; top:0px; /* la distanza left è uguale al valore dell'ombra dello stage bianco */
}

.oneColFixCtrHdr #mainContent {
	padding: 0; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background:#FFF;
	height:325px;
	width:824px;
	position:relative;
	left:20px;
	top:0px;
}
.oneColFixCtrHdr #footer {
	width:864px;
	margin:0px auto; padding:0;
}
