@charset "utf-8";
/* CSS Document */


html, body{
	margin: 0;
	padding: 0;
	/*height: 100%;*/
}

h1, h2, h3, h4, h5, h6, 
form, fieldset, ol, ul, li, 
dt, dd, dl,
table, th, tr, td, p{ margin: 0; padding: 0; }
h1, h2, h3, h4, h5, h6 {font-weight: normal; }
img, fieldset, input, textarea, select { border: 0; margin: 0; }

body {
	color: #ffffff;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size:11px;
	background: url(images/bg_2.gif) top;
}

.bg{background:transparent url(images/bg_2.png) repeat-x  top;}

#maincontainerIntro{
/* contenitore sito per centratura */
width: 920px; 
margin: 0px auto;
}

#Footer p{ color:#d4aa80; text-align:right; padding: 3px 0 0px 0;}
