/* Stili per il box model */
body {
	overflow:hidden;
	background-color: #000000;
	margin:0px;
	margin-bottom:0px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#FFFFFF;
	font-size:12px;
}
img{
	border:none;
}
#imgBot{
	width:100%;
	position:absolute;	
	bottom:0;	
}