body,html {
	height:100%;
	margin:0;
	background-color: #fff;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
}
#tuttapagina {
	width: 100%;
	height: 460;
	position: absolute;
	top:50%;
	margin: -230px 0 0 20px;
	border : 1px solid #BC8F8F;
	vertical-align : bottom;
}
img {
	border: 1px solid #600;
}
#intestazione {
	
	margin-left : 20;
	position : relative;
}

#bordoesterno {
	width: 100%;
	height: 1%;
	position: relative;
	top:50%;
	margin: -120px 0 0 20px;
	border : 0px solid #BC8F8F;
	text-align : center;
	background-color: #000;
}
#footer {
	left : 20;
	position : relative;
	top : 320px;
}

#bordo {
	width: 500;
	height: 500;
	position: absolute;
	top:50%;
	left: 50%;
	margin: -250px 0 0 -250px;
	border : 1px solid #BC8F8F;
	text-align : center;
	background-color: #fff;
	vertical-align : baseline;
}


#foto {
	margin-top : 50;
	margin-bottom : auto;
}

P, ul, ol {
	font : 12px ;
	color :#600;
}
A {
	text-decoration : none;
	font-size : 12px ;
	color : GrayText;
	border : none Aqua;
}

A:hover{
	color : #000;
}





