@charset "utf-8";
/* CSS Document */

html {
	min-width: 990px;
}

/*body,td,th*/
body {
	color: #ffffff;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	margin: 0;
	padding: 0;
	border: 0;
	background: url(image/sfondo_body_intro.jpg) repeat-x bottom #c1272d;
}

/* hack per png trasparenti IE 5.5+ */
img, div { behavior: url("/iepngfix.htc") }

a {
	color:#000;
}

a:hover {
	color: #e62a2b;
}

#wrapper {
	width: 990px;
	margin: 0 auto;
	text-align: left;
}

#contenitore {
	width: 990px;
	height: 650px;
	padding: 0 15px 0 10px;
	float: left;
}

#flash {
	width: 965px !important; width /**/:990px;
	height: 600px;
	padding: 0 15px 0 10px;
	float: left;
	background: url(image/sfondo_flash.png) repeat-y;
}

#bot {
	width: 965px !important; width /**/:990px;
	height: 35px !important; height /**/:50px;
	padding: 15px 15px 0 10px;
	clear: both;
	float: left;
	background: url(image/sfondo_flash_bot.png) no-repeat top;
	text-align: center;
}