@charset "utf-8";

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-right: 0px;
	width:100%;
	height:100%;
}

#contenitore {
	width: 1000px;
	min-height: 600px;
	margin-left: auto;
	margin-right: auto;
	position:relative;
	background-color: #CAF9AE;
}

#contenitore #testata {
	background-color: #006600;
	height: 110px;
	width: 1000px;
}

#contenitore #menu {
	width: 1000px;
	background-color: #CAF196;
}
#contenitore #contenuto {
	width: 1000px;
	padding-bottom:20px;
	padding-top:20px;
	min-height: 500px;
}
#contenitore #footer {
	height: 50px;
	width: 1000px;
	background-color: #006600;
	clear:both;
	position:relative;
	margin-left: auto;
	margin-right: auto;
	margin-top:10px;
	padding-top:10px;
}

a:link {color: #0000FF;	text-decoration: none;}
a:visited {text-decoration: none;	color: #0000FF;}
a:hover {text-decoration: none;	color: #0066FF;}
a:active {text-decoration: none;}
#contenitore #box_no_menu {
	width: 1000px;
	float: left;
	padding-bottom:20px;
	padding-top:20px;
	min-height: 500px;
}
