@charset "utf-8";
/* CSS Document */


body
{
	background: url(../image/home/bgs.jpg) top repeat fixed;
	background-color:#FFFFFF;
	font-family: Arial;
	margin: 0;

}


#main
{
	margin-left: auto;
	margin-right: auto;
	width: 855px;
    margin-top: 12px;
}


#sinistra
{
	width: 40%;
	float: left;
}

#destra
{
	width: 60%;
	float: right;
	margin-bottom: -35px;	
}



.box_left
{
	background:url(../image/home/left.png) no-repeat;
	height: 250px;
	width: 16px;
	float: left;
	margin-bottom: -12px;

}

.box_center
{
	position: relative;
	background-image:url(../image/home/center.png);
	background-repeat: repeat-x;
	margin-bottom: -12px;
	width: 479px;
	padding-top: 12px;
	height: 250px;
	float: left;
	text-align: justify;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 14px;


}

.box_right
{
	background:url(../image/home/right.png) no-repeat;
	height: 250px;
	float: right;
	width: 18px;

}



.box2_left
{
	background:url(../image/home/left3.png) no-repeat;
	height: 250px;
	width: 16px;
	float: left;
	margin-bottom: -12px;

}

.box2_center
{
	position: relative;
	background-image:url(../image/home/center3.png);
	background-repeat: repeat-x;
	margin-bottom: -12px;
	width: 479px;
	padding-top: 12px;
	height: 250px;
	float: left;
	text-align: justify;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 14px;


}

.box2_right
{
	background:url(../image/home/right3.png) no-repeat;
	height: 250px;
	float: right;
	width: 18px;

}



.box3_left
{
	background:url(../image/home/left2.png) no-repeat;
	height: 250px;
	width: 16px;
	float: left;

}

.box3_center
{
	position: relative;
	background-image:url(../image/home/center2.png);
	background-repeat: repeat-x;
	width: 479px;
	padding-top: 12px;
	padding-bottom: 9px;
	height: 250px;
	float: left;
	text-align: justify;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 14px;
	margin-bottom:40px;


}

.box3_right
{
	background:url(../image/home/right2.png) no-repeat;
	height: 250px;
	float: right;
	width: 18px;

}

.button
{ 
	background-image: url(../image/home/button.png);
	height: 27px;
	padding: 0px;
	width: 91px;
	margin: 7px;
	margin-left: 55px;
	margin-top: 25px;
	color: #000;
	font-weight: bold;
	padding-top: 8px;
	padding-left: 0px;
	display: inline;
	text-align: center;
	text-decoration: none;
}

.button a
{ 
	text-decoration: none;
}	

.button:hover
{ 
	background-image: url(../image/home/button.png);
	background-position: 0px -35px;
	height: 27px;
	padding: 0px;
	color: #000;
	font-weight: bold;
	padding-top: 8px;
	padding-left: 0px;
	text-decoration: none;
	
}


#reg
{
	position: relative;
	background: url(../image/home/reg.png);
	background-position: 0px -6px;
	width: 317px;
	height: 84px;
	margin-left: auto;
	margin-right: auto;
}

#reg:hover
{
	background: url(../image/home/reg.png);
	background-position: 0px -86px;
	width: 317px;
	height: 84px;
	margin-left: auto;
	margin-right: auto;
}


.footer
{
	background-image: url(../image/home/footer.png);
	width: 845px;
	height: 31px;
	background-repeat: no-repeat;
	color: #FFFFFF;
	text-align: center;
	padding-top: 6px;
	font-size: 12px;
	font-family: Arial;
	font-weight: normal;
}

.footer a,
.footer a:active, 
.footer a:visited
{
	font-size: 12px;
	text-decoration: none;
	color: #FFFFFF;
}

.footer a:hover
{
	color: #FFFFFF;
	text-decoration: underline;
}

#copyright
{
	background-image: url(../image/home/copyright.png);
	margin-bottom: 5px;
	width: 845px;
	height: 31px;
	background-repeat: no-repeat;
	color: #FFFFFF;
	text-align: center;
	padding-top: 6px;
	font-size: 12px;
	font-family: Arial;
	font-weight: normal;
}



#simple
{width: 819px; border: 3px solid #000; background: #FFFFFF; -webkit-border-radius: 6px; -moz-border-radius: 6px; margin-bottom: 5px; padding: 10px;}