.mainpage {
	font-family: Verdana;
	font-size: 14px;
	color: white;
	font-weight: bold;
	padding: 10px;
	text-align: left;
	margin: auto;
}

.whitetext {
	font-family: Verdana;
	font-size: 14px;
	color: white;
	font-weight: bold;
	margin: auto;
}

.bodymain {
	background-image: url('../images/sfondo.jpg');
	background-repeat: no-repeat;
	background-position: top center;
	background-color: #808080;
	height: 100%;
	width: 100%;
	text-align: center;
}

.footer * TD {
	font-family: Verdana;
	font-size: 12px;
	color: white;
	font-weight: bold;
	text-align: center;
	padding-left:20px;
	padding-right:20px;
}

table.footer{
	text-align: center; 
	border: none; 
	margin: auto;
}
 
body {
	font: 80%/ 140% Verdana;
	margin: 0px; 
	padding: 0px; 
	background-color: #808080;
	height:100%;
	width:100%;
	overflow:hidden;
}

a {
	color: white;
	text-decoration: none;
	outline: none;
}

a:hover {
	color: red;
}

.footerDiv{
	bottom: 4px; 
	left: 4px; 
	right: 4px; 
	height: 20px; 
	text-align: center; 
	position: absolute; 
	margin: auto; 
	border: none;
}
.footerInnerDiv{
	width: 100%; 
	text-align: center; 
	border: none; 
	border-top: 1px solid white;
}
.centerTextDiv{

	text-align: center; 
	padding: 4px; 
	width: 99%; 
	height: 99%; 
	border: none;
	cursor:default;
}
.centerTextInnerDiv{
	width: 600px; 
	margin: auto; 
	border: none;
	cursor:default;
}
.logoDiv{
	text-align: center; 
	padding: 4px;
}

.shadow {
	text-shadow: 3px 3px black;
	height: 1em;
	FILTER: Shadow(Color=#000000, Direction=135, Strength=5);
}

