@import url(base.css);
@import url(intro.css);
@import url(content.css);
@import url(news.css);

html
{
height:100%;
background: #f8efcf url(../immagini/bg-repeat.jpg) repeat-x 0 0;
}


body
{
	background: url(../immagini/bg-page.jpg) no-repeat 0 0;
	font-size:1em;
	color: #000;
	font-family: Georgia, "Times New Roman", Times, serif;
	line-height: 1.1em;
	height:100%;
}

 a:link,
 a:visited
{
	color:#009541;
	text-decoration:none;
	font-weight:bold;
}

a:hover,
a:focus,
a:active 
{
	text-decoration:underline;
	color: #009541;
}

div#wrapper 
{
float:left;
width:980px;
}

div#prodottisx 
{
	float:left;
	width:300px;
}

div#prodottidx 
{
	float:right;
	width:285px;
}

