/* CSS Document */

BODY {
	MARGIN: 0px; HEIGHT: 100%;
	background-color: #ffffcc;
}
HTML {
	MARGIN: 0px; HEIGHT: 100%
}
#box {
	TOP: 50%; 
	LEFT: 50%; 
	/* IMPORTANTE: scrivere nel margin le dimenzioni a metà del box*/
	MARGIN: -215px 0px 0px -125px; 
	FONT: 11px Georgia, "Times New Roman", times, serif; 
/*	BORDER-LEFT: #000 1px solid;
	BORDER-BOTTOM: #000 1px solid; 
	BORDER-RIGHT: #000 1px solid; 
	BORDER-TOP: #000 1px solid; */
	WIDTH: 250px; 
	HEIGHT: 430px;
	POSITION: absolute; 
	color: black;
	text-align: center;
}

