html , body , div, h1 , h2 , h3 , p , img {
	margin : 0;
	padding : 0;
	border : 0;
}
body {
	background : #3f3c59;				/* colore*/
	color : #000;
	font : 9px Verdana, Arial, sans-serif;
	text-align : center;
}
.left {
	float : left;
}
div {
	overflow : hidden;
}
#box {
	display : block;
	height : 438px;
	position : absolute;
	top : 50%;
	left : 50%;
	margin : -219px -329px;
	width : 658px;
	text-align : left;
}
#header {
	background : #6e1f60;
	color : #000;
	width : 289px;
	height : 68px;
}
#header img {
	float : right;
}
#sx {
	background : #d59e48;				/* colore*/
	color : #000;
	width : 260px;
	height : 370px;
	float : left;
}
#sx_dirupi {
	border-top : 20px solid #6e1f60;
}
#slideshow {
	position : relative;
	width: 260px;
	height: 265px;
}
#slideshow img {
	width: 260px;
	height: 265px;
}
#dx {
	background : #d59e48;				/* colore*/
	color : #fff;	
	width : 398px;
	height : 370px;
	float : left;
}
#menu {
	width : 398px;
	height : 22px;
	border-top : 43px solid #3f3c59;	/* colore*/
}
#menu div {
	float : left;
}
#contenuto {	
	width : 360px;
	height : 255px;
	margin : 20px 20px 5px 25px;
}
#contenuto h1 {
	font : bold 9px Verdana, Arial, sans-serif;
}
#contenuto a {
	font : bold 9px Verdana, Arial, sans-serif;
	text-decoration: none;
	color : #412823;
	background : transparent;
}
#contenuto a:hover {
	font : bold 9px Verdana, Arial, sans-serif;
	text-decoration: none;
	color : #fff;
	background : transparent;
}
#more {
	width : 350px;
	margin-top : 4px;
	margin-left : 10px;
	text-align : center;
}
#more a {
	text-decoration: none;
	color : #412823;
	background : transparent;
}
#more a:hover{
	text-decoration: none;
	color : #fff;
	background : transparent;
}