html, body {
	background-color: #1c1c1c;
	margin: 0px;
	padding: 0px;	
	height: 100%;
}
body, div, td, a {
	font-family: Arial;
	font-size: 12px;
	color: #ffffff;
	line-height: 16px;
	text-decoration: none;
}

a:hover {
	font-family: Arial;
	font-size: 12px;
	color: #ff0000;
	line-height: 16px;
	text-decoration: none;
}


div#box {
	background-color: #000000;
	top: 50%;
	left: 50%;
	width: 596px;
	height: 398px;
	position: absolute;
	margin-top: -199px;
	margin-left: -298px;
}
div#centro {
	width: 327px;
	height: 87px;
	margin-top: 170px;	
	padding-left: 135px;

}


div#menu {
	width: 596px;
	margin-top: 110px;
	float: left;
}

div#files {
	top: 370px;
	left: 520px;
	position: absolute;
	width: 80px;
	float: left;

}

div#telefono{
	width: 250px;
	height: 30px;
	top: 230px;
	left: 195px;
	position: absolute;
	float: left;
		font-family: Arial;
	font-size: 16px;

}
div#contatti{
	width: 250px;
	height: 150px;
	top: 320px;
	left: 20px;
	position: absolute;
	float: left;
}
