body {
	background-color: #FFFFFF;
}
div {
	background-color: #FFFFFF;
	margin: auto;
	height: 700px;
	width: 1000px;
}

#div_tabella {
	position: absolute;
	width: 1000px;
	height: 190px;
	top: 340px;
	
}


table {
	margin: auto;
}
td {
	width: 166px;
	border: thin none #FF0000;
	height: 190px;
}
p {
	color: #000000;
	text-align: center;
}

img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
