/***************************************** CSS MESA CANTINA VITIVINICOLA *****************************************/
/* AMC-CONSULTING info@amc-consulting.it */

/***************************************** BODY *****************************************/
body 
{ 
	background:#fff;
	margin: 0;
	padding: 0;
	height:100%;
}
	
html 
{ 
	height:100%; 
}

a 
{
	font-family:Verdana, Arial, Helvetica, sans-serif; 
	color: #999; 
	font-size:12px; 
	font-weight:bold; 
	text-decoration:none;
}

a:hover 
{
	font-family:Verdana, Arial, Helvetica, sans-serif; 
	color: #999; 
	font-size:12px; 
	font-weight:bold; 
	text-decoration:underline;
}

img 
{
	border:none;
}

/***************************************** STRUTTURA *****************************************/

#container 
{
	width: 760px;
	height: 636px;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -318px;
	margin-left: -380px;	
}
