body {
	margin: 0px;
	padding: 0px;
	color: #000000;
	background: #9cc4ec;
	font: 13px/16px "Trebuchet MS", Arial, Helvetica, sans-serif;
	text-align: center;
}

h1 {
	margin: 5% 0px 0px;
	padding: 0px;
	color: #000000;
	font: bold 16px "Times New Roman", Times, serif;
	letter-spacing: 5px;
	text-align: center;
}

#web {
	margin: 0px;
	padding: 0px;
	width: 100%;
	background: #ececec url(logo_weblord.png) no-repeat center bottom;
	text-align: center;
	height: 62px;

}

#offline {
	margin: 8px auto 0px;
	padding: 0px;
	width: 550px;
	text-align: center;
}

#comunicazione {
	margin: 8px auto 0px;
	padding: 0px;
	width: 600px;
	text-align: left;
}

#web strong { color: #ececec; font-size: 2px; }

a {
	color: #000000;
	font-style: italic;
	text-decoration: none;
}

a:hover { color: #FFFFFF; text-decoration: underline; }


a#webelite {
	margin: 0px 0px 0px 150px;
	padding: 0px;
	width: 94px;
	float: left;
	display: block;
	background: url(webelite.png) no-repeat;
	height: 15px;
}


a#webelite strong { display: none; }

div#footer {
	margin: 22px auto 0px;
	padding: 0px 0px 10px;
	width: 400px;
	display: block;
	text-align: center;
}

