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

body {
	background-color:#f3e7d9;
	font-family:"Times New Roman", Times, serif;
	color: #000;
	font-size:14px;
	margin:0px;
	}
#contenitore {
	margin:0 auto;
	width:950px;
	margin-top:20px;
	}
#header {
	float:left;
	width:950px;
	height:252px;
	background-image:url(../images/home_01.jpg);
	}
#menu {
	float:left;
	clear:both;
	height:47px;
	width:950px;
	background-image:url(../images/home_02.jpg);
	}
#but_cont {
	width:620px !important;
	width:625px;
	padding-top:5px;
	margin-left:165px;
	}
#main {
	float:left;
	clear:both;
	width:950px;
	height:347px;
	background-image:url(../images/home_03.jpg);
	background-repeat:no-repeat;
	}

#footer {
	clear:both;
	width:950px;
	height:50px;

	
	}
.box_1 {
	float:left;
	width:475px;
	height:47px;
	
	font-size:38px;
	}
.box_2 {
	float:left;
	width:475px;
	height:47px;
	font-size:38px;
	}
.link_1 {
	color:#000;
	text-decoration:none;
	padding-left:171px;
	}
.link_1:hover {
	text-decoration:underline;
	}

.link_2 {
	color:#000;
	text-decoration:none;
	padding-left:181px;
	}
.link_2:hover {
	text-decoration:underline;
	}
.author {
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	color: #666;
	padding-top:18px;
	}