/* CSS Document */

BODY {
	MARGIN: 0px; HEIGHT: 100%;
	background-color: black;
	background-image: url(../images/bg_hp.png);
	background-position: bottom;
	background-repeat:  repeat-x;
		color: white;
}
HTML {
	MARGIN: 0px; HEIGHT: 100%
}
p {
	color: inherit;
}
a {
	color: white;
	text-decoration: none;
}
a:hover {
	color: white;
	text-decoration: underline;
}

#box {
	TOP: 50%; 
	LEFT: 50%; 
	/* IMPORTANTE: scrivere nel margin le dimenzioni a metà del box*/
	MARGIN: -180px 0px 0px -118px; 
	FONT: 10px verdana, sans-serif; 
/*	BORDER-LEFT: #000 1px solid;
	BORDER-BOTTOM: #000 1px solid; 
	BORDER-RIGHT: #000 1px solid; 
	BORDER-TOP: #000 1px solid; */
	WIDTH: 235px; 
	HEIGHT: 360px;
	POSITION: absolute; 
	text-align: center;
	background-color: transparent;
}

