/* CSS Document */

/*

viola: #ff1677

*/

body {

margin-top:0;
text-align:center;
background-color:#000000;
font-family:Arial, Helvetica, sans-serif;
font-weight:bold;
}

#container {

}

A {
	color:#ff1677;
	text-decoration:none;
}

A:hover {

	text-decoration:underline;
}

#menu {
color:#FFFFFF;
padding-top:30px;
padding-bottom:10px;
border-bottom:1px solid #ff1677;
width:990px;
margin-left:auto;
margin-right:auto;
margin-bottom:0px;
overflow:visible;
}

#menu .item{
	border:1px solid red;
	float:left;
}

#menu IMG{
	border:0;
}

#menu .spacer{
	border-right:1px solid #ff1677;
	width:1px;
	height:40px;
}

#content {
width:990px;
margin:auto;
overflow:hidden;
/*border:10px solid red;*/
}

#testo {
	/*border:1px solid green;*/
	width:600px;
	margin:auto;
	margin-top:170px;
	text-align:left;
	font-weight:normal;
}

#content .titolo {
	color:#FFF;
	font-size:1.2em;
	margin-top:0px;
	padding-top:0px;
}
