@charset "utf-8";
/* CSS Document */

body {
    color: #333333;
    font-family: arial,helvetica,sans-serif;
    font-size: 14px;
}


#contenitore {
	height: 18em;
	left: 50%;
	margin-left: -15em;
	margin-top: -12em;
	position: absolute;
	top: 50%;
	width: 30em;
	text-align: center;
	line-height: 16em;
}
