body {
	
	margin: 0px;
	padding: 0px;
	background-color: #662323;
	}
	
#nero {
	
	background-color: #333;
	}
	
img {
	
	border: none;
	
	}
	
img, div  { behavior: url(iepngfix.htc) }
	
#container {
	position: absolute;
	left: 50%;
	top: 50%;
	width: 800px;
	height: 560px;
	margin-left: -400px;
	margin-top: -300px;
	}

#nav {
	float: left;
	width: 800px;
	height: 28px;
	text-align: right;
	}

#catalogo {
	float: left;
	width: 800px;
	height: 650px;	
	}

