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

body,html {
	margin: 0;
	height: 100%;
	font-family: Tahoma, Verdana, Helvetica, Arial;
	font-size: 11px;
	color: #fff;
	background-color:#000;
}
a{
	color:#fff;
	text-decoration:none;
	}
a:hover{
	text-decoration:underline;}


#body { /* body è il contenitore dei contenuti ESCLUSO il footer */
	padding-bottom:15px;	/* altezza del footer - in questo modo verrà spinto giù */
}

#main {
	min-height: 100%;
	position:relative;
}
#footer {
	position:absolute;
	bottom:0;
	color: #666;
	width: 100%;
	height: 15px;
	font-size: 11px;
	text-align:center;
	padding:5px;
			}


a, img{
	color:#666;
	border:none;
	padding:0;
	margin:0;}
#wrap{
	
	width:628px;
	margin:0 auto;
	}
.scelta{
	text-align:center;
	padding:50px 0 0 0 ;}
