/* CSS Document */
html {
	text-align: center;
}
body {
	font-size: 76%; /*dimensionamento percentuale del font */
	text-align: center; /*centra in IE 5.x */
	background-color: #434140;
}

a {
	color:#FFFFFF;
	text-decoration:none;
}
a:hover {
	color:#FFFFFF;
	text-decoration:underline;
}
div#footer {
	position: absolute;
	left: 312px;
	top: 588px;
	width: 439px;
	height: 50px;
	margin: 0px auto; /*centra negli altri browsers*/
	font:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	text-align: justify;
	color:#FFFFFF;
	line-height:150%;
	visibility: visible;
	z-index: 1;
}
div#container {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 976px;
	height: 675px;
	margin: 0px auto; /*centra negli altri browsers*/
	text-align: center;
}
/*top_left*/
div#gfx {
	background: url(images/arg6_01.jpg) no-repeat;
	position:absolute;
	left:0px;
	top:0px;
	width:279px;
	height:255px;
}
/*top_right*/
div#works {
	background: url(images/arg6_02.jpg) no-repeat;
	position:absolute;
	left:279px;
	top:0px;
	width:696px;
	height:255px;
	visibility: visible;
}
div#menu_news {
	position:absolute;
	left:-1px;
	top:43px;
	width:555px;
	visibility: visible;
}
div#menu_works {
	position:absolute;
	left:-1px;
	top:114px;
	width:555px;
}
/*bottom_left*/
div#menu {
	background: url(images/arg6_03.jpg) no-repeat;
	position:absolute;
	left:0px;
	top:255px;
	width:279px;
	height:420px;
}
div#menu_flash {
	/*background: red;*/
position:absolute;
	left:98px;
	top:35px;
}
/*bottom_right*/
div#content {
	background: url(images/arg6_04.jpg) no-repeat;
	/*background-color: #B20E15;*/
	position:absolute;
	left:279px;
	top:255px;
	width:700px;
	height:420px;
	overflow:hidden;
	clip:rect('0', '0', '316', '540');
	background-image: url(images/arg6_04c.jpg);
}
/*controllo IFRAME contenuti*/
div#content iframe {
	position:absolute;
	margin-top: 5px;
	margin-left: 8px;
	width: 668px;
	height: 600px;
	left: -2px;
	top: 0px;
	overflow:hidden;
	background:url(images/spacer.gif);
	visibility: inherit;
}/*FINE controllo IFRAME */
div #evento {
	clear: none;
	float: none;
	height: 500px;
	width: 354px;
	border: 1px none #B50C10;
	overflow: visible;
	position: absolute;
	z-index: 10;
	left: 375px;
	top: 55px;
	visibility: visible;
	text-decoration: none;
	background-image: url(images/spacer.gif);
}
#credits {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	text-decoration: none;
	font-style: italic;
}
