/************************************************************* IEPNGFIX */
/*
USAGE:
Copy and paste this one line into your site's CSS stylesheet.
Add comma-separated CSS selectors / element names that have transparent PNGs.
Remember that the path is RELATIVE TO THIS HTML FILE, not the CSS file.
See below for another method of activating the script without adding CSS here.
*/
.slideshow img { behavior: url("iepngfix.htc") }
/*
Here's an example you might use in practice:
img, div.menu, .pngfix, input { behavior: url("/css/iepngfix.htc") }
*/

/************************************************************* TAGS HTML */

/* TAG HTML */
body {
	background-image:url(../immagini/bg-pag02.png);
	background-position:top center;
	background-repeat:repeat-y;
	margin:0;
	padding:0;
	color:#fff;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
}

p {
	margin:0;
	padding:0 0 20px 0;
	text-align:justify;
}

a {
	color:#fff;
	text-decoration:none;
	outline:none;
}

a:hover {
	text-decoration:underline;
}

a:active {
  position: relative;
  top: 1px;
}


/* DIV STRUTTURA */
#divMenu1 {
	margin-left:auto;
	margin-right:auto;
	width:890px;
}

#divLogo {
	clear:both;
	margin-left:auto;
	margin-right:auto;
	width:925px !important;
	width /**/:960px;
	padding:0 0 0 35px;
	height:222px;
	overflow:hidden;
	background-image:url(../immagini/bg-logo.png);
	background-position:top left;
	background-repeat:no-repeat;
}

#divContentWrapper {
	border-bottom:solid 10px #ff9000;
}

#divContent {
	margin-left:auto;
	margin-right:auto;
	width:920px !important;
	width /**/:960px;
	padding:20px 20px 20px 20px;
	background-image:url(../immagini/bg-darkgrey.png);
}

#divUrlo {
	float:right;
	margin-right:30px;
	margin-top:10px;
	overflow:hidden;
}

#divFooter {
	margin-left:auto;
	margin-right:auto;
	width:920px !important;
	width /**/:960px;
	padding:20px 20px 20px 20px;
	text-align:center;
}

