/* CSS Document */

body{
	font-family: Arial,sans-serif;
	color: #333333;
	line-height: 1.166;
	margin: 0px;
	padding: 0px;
	text-align: center;
	background-color : #c0c0c0;
	font-size: 10pt;	
}
#box{
	width:841px;
	margin : 0px auto;
	text-align: left;
	border:#fff dotted 1px;
	background-color: #eeeeff;
	background-image : url(sfondo.jpg);
	background-repeat : no-repeat;
	height: 875px;
}
#info{
	position: relative;
	left: 330px;
	top: 360px;
	width: 400px;
	height: 50px;
}
#menu{
	position: relative;
	left: 40px;
	top: 400px;
	width: 160px;
	height: 400px;
}
     

