﻿#contenitore {
	border: medium solid #FFFFFF;
	width: 600px;
	height: 600px;
	top: auto;
	bottom: auto;
	position: relative;
	background-color: #FFFFFF;
	margin-right: auto;
	margin-left: auto;
}
#box1 {
	position: absolute;
	width: 300px;
	height: 300px;
	top: 150px;
	right: 150px;
}
#box2 {
	position: absolute;
	width: 300px;
	height: 50px;
	top: 20px;
	right: 150px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	font-weight: bold;
	font-style: normal;
	font-variant: normal;
	text-transform: none;
	color: #000000;
	text-align: center;
}
#box3 {
	position: absolute;
	width: 300px;
	height: 50px;
	bottom: 80px;
	right: 150px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	font-weight: bold;
	font-style: normal;
	font-variant: normal;
	text-transform: none;
	color: #000000;
	text-align: center;
}
#sot {
	position: absolute;
	width: 300px;
	height: 50px;
	top: 80px;
	right: 150px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: smaller;
	font-weight: bold;
	font-style: normal;
	font-variant: normal;
	text-transform: none;
	color: #000000;
	text-align: center;
}
#contatore {
	position: absolute;
	width: 100px;
	height: 25px;
	bottom: 10px;
	right: 150px;
}
#contatti {
	position: absolute;
	width: 100px;
	height: 25px;
	bottom: 10px;
	left: 150px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	font-weight: bold;
	font-style: normal;
	font-variant: normal;
	text-transform: none;
	color: #000000;
	text-align: center;
}
#chiama {
	position: absolute;
	width: 34px;
	height: 34px;
	bottom: 10px;
	right: 283px;
}

