* 
{
	margin:0px;
	padding:0px;
}
#container
{
	position:relative;
	width:800px;
	height:800px;
	/*left:-400px;
	top:-325px;
	margin-left:50%;
	margin-top:50%;*/
	margin: 15px auto;
	/*border:1px solid #AEAEAE;*/
	background:url(img/bg.png) no-repeat; /*#EAEAEA */
	background-position:left top;
}
#panel_lang
{
	position: absolute;
	width:150px;
	height:80px;
	border:1px solid #AEAEAE;
	background: #E1E1E1;
}
.header
{
	/*
  background:url(../img/title.png) no-repeat;
	height:100px;
  */
}
.header p
{
  padding:10px 20px 20px 20px;
  text-align: left;
}
.header img.logo
{
  max-height:110px;
}
.titolo 
{
	font-size:20pt;
	font-weight:bolder;
	color:#FFFFFF;
	font-family: Segoe UI, Trebuchet, Sans Serif;
	text-align:center;
}
.testo
{
	font-size:12pt;
	/*color:#AEAEAE;*/
	color:#000000;
	font-family: Segoe UI, Trebuchet, Sans Serif;
}
.release
{
	font-size:10pt;
	/*color:#AEAEAE;*/
	color:#323232;
	font-family: Segoe UI, Trebuchet, Sans Serif;
}
.sottotitolo
{
	font-size:10pt;
	color:#6E6E6E;
	font-family: Segoe UI, Trebuchet, Sans Serif;
}
.grassetto 
{
	font-weight:bolder;
}
.corsivo 
{
	font-style:italic;
}
.bookshelf
{
	background:url(img/PaperSheet.png) no-repeat;
	background-position: center center;
	height:351px;
	width:33%;
	font-weight:bolder;
}
.rigatabella
{
	background: #EAEAEA url(img/fade.png) repeat-x bottom;
	border:1px solid #AEAEAE;
}
.rigaintestazione
{
	background:#FFFFFF url(img/fade.png) repeat-x bottom;
	border-style: none;
}
.rigabandiere
{
  float: right;
  margin-top: -45px;
}
.tab_lang_sel
{
	width:64px;
	height:48px;
	float:left;
	background:URL(img/tab_sel.png) no-repeat;
}
.tab_lang_unsel
{
	width:64px;
	height:48px;
	float:left;
	background:URL(img/tab_unsel.png) no-repeat;
	cursor: pointer;
}
.div_contenuti
{
	height:100%;
	width:100%;
	overflow-x:hidden;
	overflow-y:auto;
}
