/* * GESTIONE LAYOUT * */

body {
	background-color: #000;
}

#main {
	width:1077px;
	height:550px;
	margin-top: 5px;
	margin-right: auto;
	margin-bottom: auto;
	margin-left: auto;
}

