/* CLASSE per il body */ 

	html, body { 
		height: 100%; 
		background-color: #6D3D08;
	}

	.startPage {
		background-image: url("../imgs/legno.jpg");
		
		background-repeat: no-repeat;
		background-position: top center;
		margin-top: 0px;
		margin-left: 0px;
		margin-right: 0px;
		margin-bottom: 0px;
		font-size: 11px;
		font-family: Consolas, Lucida Console, Monaco, sans-serif;
		color: #717E86;
		height:100%;
	}
