#wrapperInside
{
	margin: 0 auto;
	position: relative;
	/*width: 440px;*/
	/*background-color: #4a996a;*/
	z-index: 3;
}

#mainLineInside
{
	width:100%;	
	height: auto;
	z-index: 3;
}

#headerLineInside
{
	width:100%;
	height: 30px;
	z-index: 3;
}

#footerLineInside
{
	clear: both;
	width:100%;
	height: 30px;
	z-index: 3;
}

#middleColumn
{
margin: 0px 0px 0px 0px;
padding: 30px 50px 30px 50px;
font-size: medium;
z-index: 4;
/*background-image: url(../immagini/sfondo.gif);
<img border="0" src="immagini/rosa.gif" alt="r" align="left" height="150" />
background-repeat: repeat-xy;*/
}

#leftColumnInside
{
top: 0px;
left: 0px;
width: 30px;
font-size: medium;
float: left;
height: auto;
z-index: 6;
}
	
#rightColumnInside
{
position: relative;
top: 0px;
right: 0px;
width: 30px;
height: auto;
font-size: medium;
float: right;
z-index: 6;
}

.sfondoRosa
{
background-image: url(../immagini/rosa.gif);
background-position: center;
background-repeat: no-repeat;
}