html, body {
	padding: 0;
	margin: 0;
	border: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
#contenitore {
	width: 990px;
	position: relative;
	margin: 0 auto;
}
.clear { clear: both; height: 0; font-size: 0; line-height: 0; }

#testata {
	background-color: white;
}
#testata #barra1 {
	background-image: url(../img/barra1.jpg);
	background-repeat: no-repeat;
	background-position:center center;
	height: 20px;
	width: 100%;
	text-align: right;
	font-weight: bold;
	color: white;
	margin-bottom: 8px;
}
#testata #barra1 td {
	vertical-align: middle;
}
#testata #barra1 td span {
	font-size: 17px;
	position: relative;
	top: -1px;
}
#testata #barra2 {
	background-repeat: no-repeat;
	background-position:center center;
	height: 128px;
	position: relative;
}
#testata #barra2.sfondo_poker_games {
	background-image: url(../img/testata_poker_games.jpg);
}
#testata #barra2.sfondo_backgammon {
	background-image: url(../img/testata_backgammon.jpg);
}
#testata #barra2.sfondo_blackjack {
	background-image: url(../img/testata_blackjack.jpg);
}
#testata #barra2.sfondo_ginrummy {
	background-image: url(../img/testata_ginrummy.jpg);
}
#testata #barra2.sfondo_pokerdice {
	background-image: url(../img/testata_pokerdice.jpg);
}
#testata #barra2.sfondo_solitaire {
	background-image: url(../img/testata_solitaire.jpg);
}
#testata #barra2.sfondo_sudoku {
	background-image: url(../img/testata_sudoku.jpg);
}
#testata #barra2 .pulsante_blu {
	width: 125px;
	height: 15px;
	position: absolute;
	left: 369px;
	top: 80px;
}
#testata #barra2 .pulsante_blu a {
	display: block;
	background-image: url(../img/sfondo_pulsante_blu.gif);
	background-repeat: no-repeat;
	background-position:center center;
	font-size: 11px;
	color: white;
	text-align: center;
	line-height: 13px;
	height: 15px;
	text-decoration: none;
}
#testata #barra2 .pulsante_bianco {
	width: 125px;
	height: 15px;
	position: absolute;
	left: 503px;
	top:80px;
}
#testata #barra2 .pulsante_bianco a {
	background-image: url(../img/sfondo_pulsante_bianco.gif);
	background-repeat: no-repeat;
	background-position:center center;
	display: block;
	font-size: 11px;
	color: #243662;
	text-align: center;
	line-height: 13px;
	height: 15px;
	text-decoration: none;
}
#testata #barra3 {
	background-image: url(../img/barra3.jpg);
	background-repeat: no-repeat;
	background-position:center center;
	height: 30px;	
	width: 100%;
}
#testata #barra3 td {
	vertical-align: middle;
	text-align: center;
}
#testata #barra3 a {
	text-decoration: none;
	font-weight: bold;
	font-size: 12px;
	color: white;
}

#contenuto {
	background-color: #BCC6CF;
	width: 100%;
	margin-top: 10px;
}
#contenuto tr.angoli td {
	font-size: 5px;
	line-height: 5px;
	height: 10px;
}
#contenuto .titolo {
	text-align: center;
	font-size: 20px;
	color: white;
	font-weight: bold;
	padding-bottom: 5px;
}
#contenuto .testoPresentazione {
	font-size: 10px;
	color: #0F1A31;
	text-align: center;
	/*padding: 0 10px;*/
}

#contenuto .elemento_home {
	height: 110px;
	width: 300px;
	background-image: url(../img/sfondo_elemento_home.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	overflow: hidden;
}
#contenuto .elemento_home .contSinistro {
	height: 110px;
	width: 155px;
	margin-left: 10px;
	float: left;
}
#contenuto .elemento_home .contSinistro td {
	text-align: left;
	vertical-align: middle;
}
#contenuto .elemento_home .contDestro {
	width: 134px;
	float: right;
	text-align: left;
}
#contenuto .elemento_home .titoletto {
	background-image: url(../img/sfondo_titoletto.jpg);
	background-position: left center;
	background-repeat: no-repeat;
	color: white;
	font-size: 14px;
	font-weight: bold;
	height: 22px;
	width: 109px;
	line-height: 20px;
	text-align: center;
	margin-top: 24px;
}
#contenuto .elemento_home .link {
	width: 107px;
	margin-top: 20px;
	text-align: center;
}
#contenuto .elemento_home .link a {
	color: white;
	font-size: 11px;
	font-weight: bold;
}
#contenuto .elemento_home .listaLink {
	width: 107px;
	margin-top: 10px;
}
#contenuto .elemento_home .listaLink a {
	color: white;
	font-size: 11px;
	font-weight: bold;
	display: block;
	text-align: center;
}
#contenuto .elemento_home .prossimamente {
	width: 107px;
	margin-top: 20px;
	text-align: center;
	color: #1F325F;
	font-size: 11px;
	font-weight: bold;
}

#footer {
	clear: both;
	background-image: url(../img/sfondo_footer.jpg);
	background-position: left center;
	background-repeat: repeat-x;
	height: 18px;
	margin-top: 5px;
}
