body {
	background:  #279cff url(/immagini/bg.jpg) no-repeat center fixed;
}

img {
	border: 0px;
}

small {
	font-style: italic;
}

a:hover {
	text-decoration: none;
}

a:visited {
	color: blue;
}

.header {
	width: 550px;
	height: 98px;
	position: relative;
	left: 50%;
	margin-left: -275px;
	background: url(/immagini/header.png) no-repeat;
}

.barra_sx {
	position: relative;
	margin-top: 15px;
	margin-left: -500px;
	left: 50%;
	width: 200px;
	height: 35px;
}

.barra_sx-secondo {
	position: relative;
	margin-top: 2px;
	margin-left: -500px;
	left: 50%;
	width: 200px;
	height: 35px;
}

.barra_sx-left {
	padding-left: 6px;
	background: url(/immagini/bottone_left.png) top left no-repeat;
	height: 35px;
}

.barra_sx-right {
	padding-right: 6px;
	background: url(/immagini/bottone_right.png) top right no-repeat;
	height: 35px;
}

.barra_sx-center {
	background: url(/immagini/bottone_center.png) center repeat-x;
	height: 35px;
	width: 188px;
	vertical-align: middle;
	display: table-cell;
	text-align: center;
	font-family: tahoma;
	font-size: 16px;
	font-weight: bold;
}

.barra_sx-center a {
	color: black;
	text-decoration: none;
}

.barra_sx-center:hover {
	background: url(/immagini/bottone_center.png) center repeat-x;
	height: 35px;
	width: 188px;
	vertical-align: middle;
	text-align: center;
	color: white;
	font-weight: bold;
}

.barra_sx-center:hover a {
	color: white;
	text-decoration: none;
}

.contenitore {
	position: absolute;
	top: 117px;
	width: 550px;
	left: 50%;
	margin-left: -275px;
}

.contenuto-top {
	width: 550px;
	background: url(/immagini/centrale_top.png) no-repeat top center;
}

.contenuto-bottom {
	background: url(/immagini/centrale_bottom.png) no-repeat bottom center;
	position: relative;
	top: 24px;
}

.contenuto-center {
	background: url(/immagini/centrale.png) repeat-y;
	position: relative;
	top: 24px;
}

.testo-centrale {
	position: relative;
	top: -36px;
	padding-left: 12px;
	padding-right: 12px;
	min-height: 435px;
}

.footer {
	position: relative;
	width: 1000px;
	line-height: 25px;
	top: 100%;
	left: 50%;
	margin-top: 60px;
	margin-left: -500px;
	background: url(/immagini/footer.png) no-repeat;
	text-align: center;
	font-size: 90%;
}

.antipixel-box {
	width: 1000px;
	margin-left: -225px;
	text-align: center;
	margin-top: 10px;
}

.antipixel img {
	opacity: .6;
}

.antipixel img:hover {
	opacity: 1;
}

.barra-destra {
	position: absolute;
	width: 200px;
	height: 150px;
	top: 118px;
	margin-left: 294px;
	left: 50%;
}

.box-news-top {
	position: relative;
	background: url(/immagini/news_top.png) no-repeat top center;
}
/*
.box-news-top {
	position: absolute;
	width: 200px;
	height: 150px;
	top: 118px;
	margin-left: 294px;
	left: 50%;
	background: url(/immagini/news_top.png) no-repeat top center;
}
*/

.box-news-center {
	position: relative;
	top: 17px;
	background: url(/immagini/news.png) repeat-y;
}

.box-news-bottom {
	position: relative;
	top: 17px;
	background: url(/immagini/news_bottom.png) no-repeat bottom center;
}

.news {
	position: relative;
	top: -25px;
	padding-left: 8px;
	padding-right: 8px;
}

.box-login-top {
	position: relative;
	top: 20px;
	background: url(/immagini/news_top.png) no-repeat top center;
}

.box-login-center {
	position: relative;
	top: 17px;
	background: url(/immagini/news.png) repeat-y;
}

.box-login-bottom {
	position: relative;
	top: 17px;
	background: url(/immagini/news_bottom.png) no-repeat bottom center;
}

.box-login-text {
	position: relative;
	top: -25px;
	padding-left: 8px;
	padding-right: 8px;
}

.news-box-title {
	text-align: center;
	font-weight: bold;
}

.news-title {
	text-align: center;
	font-weight: bold;
	font-size: 90%;
}

.news-date {
	font-size: 80%;
}

.news-text {
	font-size: 80%;
}

.dato {
	font-style: italic;
}

.valore {
	font-weight: bold;
}

.contenitore-box{
	height: 187px;
}
.box {
	width: 200px;
	height: 187px;
	background: url(/immagini/box.png) no-repeat;
}

.contenuto-box {
	padding-top: 27px;
	padding-left: 8px;
	padding-right: 8px;
	text-align: center;
}

.box-barzellette {
	width: 300px;
	height: 187px;
	position: relative;
	top: -187px;
	left: 227px;
	background: url(/immagini/box_barzelletta.png) no-repeat;
}

.contenuto-box-barzellette {
	width: 284px;
	height: 133px;
	position: relative;
	top: 27px;
	left: 8px;
	overflow: auto;
}

hr {
	width: 300px;
	text-align: center;
	border-top: dotted 2px blue;
	border-bottom: 0px;
	border-left: 0px;
	border-right: 0px;
}

.prevnext {
	width: 400px;
	position: relative;
	top: 10px;
	left: 50%;
	margin-left: -200px;
	text-align: center;
}

.error {
	display: block;
	font-size: 150%;
	font-weight: bold;
	text-align: center;
	padding-top: 150px;
	height: 250px;
}

.safe-height {
	min-height: 450px;
}

h1,h2,h3 {
	font-size: 1em;
	margin-top: 0px;
}

.center {
	text-align: center;
}

.titolo-errore {
	font-size: 2em;
	text-align: center;
	color: blue;
	padding-top: 20px;
}

.descrizione-errore {
	font-size: 1.5em;
	text-align: center;
	padding-top: 5px;
}

.link-errore {
	font-size: 1em;
	text-align: center;
	padding-top: 30px;
}

.login-box {
	width: 250px;
	height: 170px;
	border: 1px solid black;
	background-color: #009cfd;
	position: relative;
	left: 50%;
	margin-left: -125px;
	top: 115px;
}

.titolo-login {
	font-size: 1.2em;
	text-align: center;
	padding-bottom: 5px;
}

.voce-form {
	text-align: center;
	font-style: italic;
	padding-top: 3px;
}

.textinput {
	background-color: #5bb4ff;
	border: 1px solid #006bff;
	border-width: 1px;
	font-family: tahoma, arial;
	padding-top: 2px;
	padding-left: 3px;
	padding-right: 3px;
	padding-bottom: 2px;
	text-align: center;
}

.textinput-left {
	background-color: #5bb4ff;
	border: 1px solid #006bff;
	border-width: 1px;
	font-family: tahoma, arial;
	padding-top: 2px;
	padding-left: 3px;
	padding-right: 3px;
	padding-bottom: 2px;
}

.submit {
	background-color: #4fafff;
	border: 1px solid #006bff;
	border-width: 1px;
	font-family: tahoma, arial;
	padding-top: 2px;
	padding-left: 3px;
	padding-right: 3px;
	padding-bottom: 2px;
	text-align: center;
	font-weight: bold;
}

.divsubmit {
	text-align: center;
	padding-top: 8px;
}

.div-nascosto {
	display: none;
}

.bold {
	font-weight: bold;
}

.dotted-box {
	width: 250px;
	border: 1px blue dotted;
	text-align: center;
	position: relative;
	left: 50%;
	margin-left: -125px;
}

.big-dotted-box {
	width: 450px;
	border: 1px blue dotted;
	text-align: center;
	position: relative;
	left: 50%;
	margin-left: -225px;
}

.big-dotted-box-left {
	width: 450px;
	border: 1px blue dotted;
	position: relative;
	left: 50%;
	margin-left: -225px;
}


.form-box {
	width: 250px;
	border: 1px solid black;
	background-color: #009cfd;
	position: relative;
	left: 50%;
	margin-left: -125px;
}

.small {
	font-size: 0.8em;
}

.verde {
	color: green;
}

.verde a {
	color: green;
}

.verde a:hover {
	color: green;
}

.verde a:visited {
	color: green;
}

.rosso {
	color: red;
}

.rosso a {
	color: red;
}

.rosso a:hover {
	color: red;
}

.rosso a:visited {
	color: red;
}

.referral-adsense {
	padding-top: 10px;
	text-align: center;
}

