/* CSS Document */
html,body{
	margin:0;
	padding:0;
}
body{
   /*background-color: #FFFFFF;*/
   background-image: url(../img/bg.png);
   text-align:center;
}

#container{
	width: 856px;
	margin: 0 auto;
	background: url(../img/bg_white.png) repeat-y;
	text-align: left;
}

#header{
	/*background-color: #FFFFFF;*/
}

#main{
	float:left;
	width:721px
}
#content_struttura{
	float:right;
	width:460px;
	text-align: left;	/*background-color: #C3C3C3;*/
}
#nav{
	float:left;
	width:215px;
	margin-right: 25px;
	padding-left:13px;
}
#extra{
	float:right;
	width:135px;
	/*background-color: #FF8409;*/
}

#footer{
	clear:both;
	width:100%;
	background-image: url(../img/bg_stopka.gif);
	height: 69px;
}
.clearfix{
	clear:both;	
}
