/*===================

	Client:Imagotessile
	Andrea Boccarusso
	
	CSS Document

====================*/


body
{
	background-attachment:fixed;
	background-repeat:no-repeat;
	background-position:top;
	font-size:8.5pt;
	font-family:Arial, "Trebuchet MS", "Lucida Grande", Verdana, Geneva, Helvetica, sans-serif;	
	font-weight:ligther;	
	scrollbar-base-color : #FFFFFF;
	scrollbar-3dlight-color : #ffffff;
	scrollbar-arrow-color : #FF6600;
	position:absolute;
	
}

A:link, A:visited, A:hover
{
	text-decoration:none;
	font-size: 11px;
	font-family:"Trebuchet MS", "Lucida Grande", Verdana, Geneva, Helvetica, sans-serif;	
	font-weight:bolder;
	letter-spacing: 0.04em;
}

A:link, A:visited
{
	color: black;
}

A:hover
{
	color:red;
}

h1
{
	text-decoration:none;
	font-size:11pt;
	font-family:"Trebuchet MS", "Lucida Grande", Verdana, Geneva, Helvetica, sans-serif;
	font-weight:bolder;
	color:black;
}

div.Menù
{
	position:absolute;
	top:180px;
	left:775px;
	width:190px;
	height:20px;	
}


table.IndirizzoContatti
{
	position:absolute;
	top:85px;
	left:34px;
	width:600px;
	height:20px;
	font-size:10px;	
	color:black;
}

div.Scroll
{
	position:absolute;	
	top:155px;
	left:40px;
	width:650px;
	height:350px;		
	
	
}

table.Fondo
{
	position:absolute;	
	top:670px;
	left:35px;
	width:650px;
	height:50px;	
}

div#wrapper 
{
	width: 780px; // oppure la dimensione che vuoi
	margin: 0 auto;
}


img
{
	border:0;
}
