@charset "utf-8";
html,body {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	color: #666;
	background-color: #1e3250;
	text-align: center;
	margin: 0px;
	padding: 0px;
	height:50%;
	background-attachment: fixed;
	background-image: url(../img/sfondo.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}

.cointainerPage {
	background-color: #FFF;
	clear: both;
	width: 1000px;
	margin:0 auto -64px;
	position: relative;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #1e3250;
	border-left-color: #1e3250;
	padding: 0px;
	min-height:50%;
	height:auto !important;
	height:50%;
}

.pushfooter{
	height:60px; /* altezza footer */
	clear:both; /* clear di eventuali float se presenti nel layout */
}



.footer{
	margin-left:auto;
	margin-right:auto;
	position:relative;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #1e3250;
	width: 1000px;
	height: 60px;
}
a:link {
	text-decoration: none;
	color: #666;
}
a:visited {
	text-decoration: none;
	color: #666;
}

a:hover {
	text-decoration: none;
	color: #900;
}
.small {
	font-size: 10px;
}
