﻿body {
	margin:0px;
	padding:0px;
	height:99%;
	background:#FFFFFF; 
}
.head {
	position:relative;
	width:470px;
	height:150px;
	background-color:#CCCCCC;
	margin-top:21px;
}
.solution {
	position:relative;
	width:470px;
	height:31px;
}
.area_centrale {
	position:relative;
	width:470px;
	height:270px;
	background-image:url(../images/back_full.gif) 
}
.footer {
	position:relative;
	width:470px;
	height:21px;

}
.text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: normal;
	color: #333333;
}

.errore
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	color: #ff0000;
}

.user {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
}

