body {
    background:black;
    background-repeat: repeat;
    margin:0;
    font-family:"arial";
    font-size:14px;
    width:100%;
    height:100%;
}

a{
color:#C11D1D;
text-decoration:none;

}

a:hover{
    color:#FFFFFF;
    text-decoration:none;
}

#container{

	position:absolute;
	left: 50%;
	height:18em;
	margin-top: 10px; /*set to a negative number 1/2 of your height*/
	margin-left: -490px; /*set to a negative number 1/2 of your width*/
	width:970px;
	text-align: center; 
	padding:0px;
	color:#CCCCCC;   
}
#header{
	padding-top:0px;
	padding-bottom:5px;
	border-bottom:1px solid #C11D1D;
	height:65px;
}
#menu_site{
position:absolute;
left:558px;
top:50px;
width:415px;
border:0px solid #FFFFFF;
text-align:left;

}
#spacer{
float:left;
width:25px;
	border:0px solid #FFFFFF;
}
#content{
	padding-top:2px;
	padding-bottom:2px;
	border:0px solid #FFFFFF;
}

#cella_indice{
	float:left;
	width:173px;
	height:140px;
	border:0px solid #FFFFFF;
	font-size:11px;
}

#cella_home{
	float:left;
	width:483px;
	height:110px;
	border:0px solid #FFFFFF;
	font-size:12px;
	text-align:left;
}

#cella_indice a, #cella_home a{
    cursor: pointer;    
}
#logo{
	float:left;
	width:270px;
	height:58px;
	border:0px solid #FFFFFF;
}
h1{
border:0px solid #FFFFFF;
margin-top:10px;
margin-bottom:30px;
font-size:17px;
color:#A4A4A4;
text-align:left;
}
input {
background-color:#000000;
border:1px solid #CCCCCC;
color:#FFFFFF;
font-size:12px;
padding:2px;
}
#cella_dettaglio_box_grande{
float:left;
width:800px;
height:500px;
border:0px solid #FFFFFF;
}
#cella_dettaglio_box_piccolo{
float:left;
width:160px;
height:500px;
padding-left:10px;
font-size:12px;
}

#titoletto{
margin-top:30px;
font-size:16px;
color:#CCCCCC;

}

