@charset "utf-8";
/* CSS Document */

	html, body {
		font-family:Verdana, Arial, Helvetica, sans-serif;
		font-size:12px;
	}
	
	html {
		background-image:url(../img/bg.gif);
		background-position:center;
		background-position:top;
		background-repeat:no-repeat;
		background-color:#332214;
	}
	
	div#contenitore {
		margin:0;
		padding:0;
		width:768px;
		height:759px;
		background-repeat:no-repeat;
		position: absolute;
		left: 50%;
		margin-left: -384px;
		border: 1px solid #91382a;
		background-color:#e9d3a4;
	}
	
	div#menu {
		height:60px;
		width:730px;
		margin-left:19px;
	}
		
	div#box {
		margin:0;
		padding:0;
		margin-left:325px;
		margin-top:250px;
		width:420px;
		height:370px;
	}
	
	div#box p {
		margin:0;
		padding:0;
		margin-top:10px;
	}

	a {
		color:#90382a;
	}
	
	a:hover {
		color:#CCCCCC;
		background-color:#90382a;
	}
	
	div#copy {
		margin:0;
		padding:0;
		width:770px;
		height:60px;
		position: absolute;
		left: 50%;
		margin-left: -384px;
		margin-top:765px;
		text-align:center;
		font-size:10px;
		color:#583c24;
	}
	
	div#copy a{
		color:#583c24;
	}
	
	a#grassetto{
		font-weight: bold;
	}
