
BODY {
	color: #000;
	background-color : #FFFFFF;
	border               :  0px;
	margin               :  0px;
	padding              :  0px;
	text-align           : center;
	font-size            : 12px;
	line-height          : 13px;
	font-family          : "Trebuchet", "Trebuchet MS", "Arial", "Microsoft Sans Serif";
	height: 100%;
	width: 100%;
}

img{
	border: 0px;
}
.end{
	clear: both;
}

#maincanvas{

}

a{
	text-decoration: none;
	color: #cccccc
}

a h2{
	color: #333333;
	line-height: 18px;
}

#header{
	padding-top: 30px;
	background: url(../img/logobg.jpg) 0 30px repeat-x;
}

#header_inner{
	margin: auto;
	width: 800px;

}

#logo{
	float: left;
}

#claim{
	float: right;
	margin-top: 25px;
	color: #ffffff;
}

#footer{
	position: fixed;
	left:0;
	bottom:0;
	height: 100px;
	width: 100%;
	background: #1A1A1A;
}

#footer_inner{
	margin: auto;
	width: 800px;
	height: 100px;
}

#azienda{
	color: #ffffff;
	float: right;
	width: 200px;
	text-align: right;
	margin-top: 10px;
	margin-right: 10px;
}

#thepage{
	width: 800px;
	margin: auto;
	margin-top: 50px;
}

.box{
	display: block;
	width: 300px;
	text-align: center;
	border: 1px #aaa solid;
	float: left;
	padding: 25px;
	margin-left: 24px;
	margin-right: 24px;
}
