@import url("reset.css");

body {
	font-family: Verdana;
	font-size: 11px;
	overflow: visible;

	background-color: rgb(7,6,11);
}

div.sito {
	position: relative;
	width: 992px;
	height: 730px;
	margin-left: auto;
	margin-right: auto;
}