@charset "utf-8";

body {

	text-align: center;
	margin: 0px;
	padding: 0px;
	background-color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;


}
#container {

	width: 900px;
	text-align: left;
	height: auto;
	margin: auto;


}
#header {

	text-align: center;
	width: 900px;
	height: 200px;


}
#menu orizzontale {

	height: 70px;
	width: 900px;


}
#latoA {

	text-align: left;
	float: left;
	width: 200px;
	height: auto;

}
#content {
	text-align: center;
	height: auto;
	float: left;
	width: 900px;


}
#latoB {

	text-align: left;
	float: left;
	width: 200px;
	height: auto

}
.clearfloat {

	clear: both;

}

#footer {
	height: 70px;
	width: 900px;
	vertical-align: baseline;
	text-align: center;
}
