/* layout */

#int {
	position:relative;
	left:0px;
	top:0px;
	width:auto;
	height:160px;
	z-index:1;
	background-image:url(immagini/back1.jpg);
	background-repeat:repeat-x;
}
.forum {
background-image:url(immagini/back_forum.jpg);
}
#menu {
	position:relative;
	left:0px;
	top:0px;
	width:auto;
	height:47px;
	z-index:1;
}
#contenuto {
	position:relative;
	left:0px;
	top:0px;
	width:auto;
	z-index:1;
}
#piede {
	position:relative;
	left:0px;
	top:0px;
	width:auto;
	z-index:1;
	font-size:9px;
	text-align:center;
	background-image:url(immagini/back3.jpg);
	background-repeat:repeat-x;
}
.tema {
text-align:right;
}
#foto {
float:right;
margin-left:8px;
}