body {
	font-family: Arial, sans-serif;
	background: #efefef;
	color: #CCCCCC;
	padding: 0px;
	margin: 0px;
}

#mainbox {
 	background-repeat: no-repeat;
 	margin-left: auto;
 	margin-right: auto;
 	padding-top: 15px;
	right: 200px;
	width: 1000px;

}
#main {
	padding: 15px;
	position:relative;
}

#contentboxPage {
	position: relative;
	padding-bottom: 15px;
	width: 290px;
}

#contentboxPageLarge {
	position: relative;
	padding-bottom: 15px;
	width: 595px;
}

#_content_ {
	padding: 15px;
}

#_footer_ {
	z-index: 10;
	position: fixed;
	left: 0px;
	bottom: 0px;
}

.casellatesto {
	font-size: 10px;
	padding-left: 15px;
	padding-right: 15px;
}

.fontBlu {
	font-size: 12px;
	color: #009;
}

a {
	text-decoration: none;	
}