@charset "UTF-8";
/* CSS Document */
body{
	background-color:#000;
	}
.contenitore{
	position:relative;
	margin:auto;
	height:438px;
	width:800px;
	margin-top:5%;
	text-align:center;
	}
.footer{
	position: absolute;
	height:48px;
	width:100%;
	border-top:medium;
	border-top-color:#FC0;
	text-align:center;
	font-family:Verdana, Geneva, sans-serif;
	font-size:9px;
	left: -1px;
	top: 490px;
}
.linea{
	position: absolute;
	height:0px;
	width:100%;
	border-top:double;
	background-color:#FC0;
	top: 477px;
	visibility: inherit;
	left: -1px;
	}
.lang{
	position: absolute;
	height:29px;
	width:103px;
	left: 356px;
	top: 445px;
		}

