@charset "utf-8";

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	color: #CCCCCC;
	background-repeat: repeat-x;
	background-position: center center;
	padding-right: 15px;
	padding-left: 15px;
	background-color: #000000;
	background-attachment: fixed;
	background-image: url(../images/sfondo.gif);
	margin-right: auto;
	margin-left: auto;
}
#conteiner {
	width: 750px;
	padding-left: 0px;
	border: thin solid #CCCCCC;
}




#gabbia {
	width: 750px;
	background-repeat: repeat-y;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	border: 1px none #000000;
	background-color: #000000;
	background-position: right;
	top: auto;
	bottom: auto;
	margin-right: auto;
    margin-left: auto;
    margin-top: 0px;
    height: auto;
}
.collegamento {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	color: #FFFFFF;
}


#footer {
	background-color: #FF6600;
	width: 750px;
	border: thin solid #FFFFFF;
}

#head {
	height: 175px;
	width: 750px;
	border: thin solid #CCCCCC;
}

#clear {
	display: block;
	clear: both;
	width: 100%;
	height:1px;
	overflow:hidden;
}

