/* contenitore sottolivelli */

.container {
	width: 800px;
	margin: 0 auto;
	margin-top: 0;
	height: 100%;
	text-align: center;
	background-color: #ffffff;
	color: #434343;


}

.contenuti {
	width: 780px;
	margin: 1px 0 0 20px;
	padding: 0 0 0 0;
	background: url("../images/sfondo-s-sotto.jpg") no-repeat;
	background-position: bottom left;
}

.centrosotto {
	width: 800px;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	/*background: url("../images/sottolivello-russia.jpg") no-repeat;*/
	clear: left;
}

.sottopagine
{
	padding-top: 10px;
}

.sottopagine ul{
	list-style: none;
	margin: 0;
	padding: 0;
}

#menu{	
	float:left;	
}





















