﻿body
{
	width: 900px;
	margin-left: auto;
	margin-right: auto;
	font-family: Trebuchet MS,Tahoma, AvantGarde Bk BT,Verdana, Arial, sans-serif;
	font-size: 12px;
	color: #333333;
}

#BloccoGenerale
{
	width:900px;
}

#BloccoHeader
{
	margin-bottom: 20px;
	margin-top: 30px;
}

#BloccodestroSu
{
	height:9px;
	background-image: url( '../../Design/lineaSu.png' );
	background-repeat: no-repeat;
}

#BloccodestroGiu
{
	height:9px;
	background-image: url('../../Design/lineaGiu.png');
	background-repeat: no-repeat;
}

#BloccodestroCentro
{
	width: 630px;
	height:535px;
	background-color: #CCCCCC;
	padding:10px;
}

#BloccoFooter
{
	margin-top: 20px;
}

.CellaTab1
{
	text-align: center; 
	vertical-align: middle; 
	height:113px;
	width:113px;
	background-image: url('../../Design/comp.gif'); 
	background-repeat: no-repeat;
}

.CellaTab2
{
	text-align: center; 
	vertical-align: middle; 
	height:113px;
	width:113px;
	background-image: url('../../Design/srv.gif'); 
	background-repeat: no-repeat;
}

.CellaTab3
{
	text-align: center; 
	vertical-align: middle; 
	height:111px;
	width:113px;
	background-image: url('../../Design/sol.gif'); 
	background-repeat: no-repeat;
}

.CellaTab4
{
	text-align: center; 
	vertical-align: middle; 
	height:111px;
	width:113px;
	background-image: url('../../Design/cont.gif'); 
	background-repeat: no-repeat;
}

.LinkMenu
{
	text-decoration:none;
	color:#333333;
	font-size:18px; 
}