html { height:100%;margin:0 }
BODY {
	margin : 0;
	background-color : #fff;
}

#bordoesterno {
	width:750px;
	height:460px;
	position:absolute;
	top:50%;
	left:50%;
	margin: -210px 0 0 -375px;
    border : 1px solid Black;
	background-color : #fff;
}
#box {
	width:500px;
	height:375px;
	position:absolute;top:50%;left:50%;
	margin: -187.5px 0 0 -250px;
}

#scritta {
	width:260px;
	height:300px;
	position:absolute;
	top:50%;
	left:50%;
	margin: -205px 0 0 105px;
	border : none
	text-align : left;
	font : 12px Verdana, Geneva, Arial, Helvetica, sans-serif;
	color : GrayText;
}
#barra {
	width:260px;
	height:20px;
	position:absolute;
	top:50%;
	left:50%;
	margin: 180px 0 0 105px;
	border : none;
	text-align : left;
}
#barra1 {
	width:260px;
	height:50px;
	position:absolute;
	top:50%;
	left:50%;
	margin: 120px 0 0 105px;
	border : none;
	text-align : left;
}
P {
	font : 12px Verdana, Geneva, Arial, Helvetica, sans-serif;
	color :GrayText;
}
A {
	text-decoration : none;
	font : 12px Verdana, Geneva, Arial, Helvetica, sans-serif;
	color : GrayText;
}

A:hover{
	color : Maroon;
}


TEXTAREA {
	border : none;
	margin-top : 0;
	width : 260px;
	background-color : Aqua;
}
.multicol {
	background : #fFF;
	color : GrayText;
	font : 12px Verdana, Geneva, Arial, Helvetica, sans-serif;
	scrollbar-3dlight-color:#fff;
	scrollbar-arrow-color:#fff;
	scrollbar-base-color:#fff;
	scrollbar-darkshadow-color:#fff;
	scrollbar-face-color:#fff;
	scrollbar-highlight-color:#fff;
	scrollbar-shadow-color:#fff;
}



#img400 {
	width:400px;
	height:460px;
	position:absolute;
	top:50%;
	left:50%;
	margin: -230px 0 0 -365px;
	/*border : 1px solid Black;
	background : #c0c0c0;*/
}
INPUT {
	border : none;
	background : white;
}
