/*stili struttura principale */

body
{
	margin: 0px;
	font: 12px "Tahoma" black;
	background-color: #fff;
	background-image: none;
}

a, a:hover
{
	text-decoration: none;
}

#container
{
	width: 100%;
	height: 100%;
}

#mainContent 
{
	margin: 0px auto;
	width: 620px;
	height: auto;
	background-color: #fff;
}

/*#header
{
	width: 620px;
	height: 115px;
	background-image: url('../immagini/grafica/testata.jpg');
	background-position: top left;
	background-repeat: no-repeat;
}*/

#footer{
	margin-top:40px;	
}


#menutop, 
div.catalogo_stampa, 
div.catalogo_invia,
#leftCont,
.menuList,
#footerHi,
.langContainer ,
.headerlogin,
.footerArt,
#buttonsCont
{
	display: none;
}


#content
{
	width: 620px;
	margin: 5px;
	padding: 0px;
	height: 100%;
	overflow: hidden;
}

.morphtabs_panel {
	width: 600px;
}


