/* * * * * * * * * * * * * *
	GLOBAL
* * * * * * * * * * * * * */
html, body {
	margin: 0;
	padding: 0;
	height: 100%
}
body{
	text-align: center;
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 70%;
	background-color: #F2F3F5;
	color: #333;
	line-height: 1.4em;
}
img{
	border: none;
	text-decoration: none;
}
/* * * * * * * * * * * * * *
	SPLASH
* * * * * * * * * * * * * */
#main {
	margin: auto;
	width:100%;
}
#splash-box{
	width: 100%;
	margin-top: 100px;
	height: 580px;
	background-color: #ffffff;
	background-image: url('/hotel-pila/img/bg-body.jpg');
	background-repeat:  no-repeat;
	background-position: left top;
	text-align: center;
}
#splash-box .presentazione{
	margin-left:auto;
	margin-right:auto;
	width: 700px;
	font-size: 100%;
	text-align: center;
	padding-top:340px;
}
.langcontainer{
	width:400px;
	margin-left:auto;
	margin-right:auto;
}
#splash-box ul{
	float:left;
	width:400px;
	margin:10px 0 10px 0;
}
#splash-box li{
	list-style: none;
	display: inline;
	float:left;
	width:120px;
}
#splash-box .goto{
	font-size: 100%;
	color: #277D50;
	font-weight: bold;
	text-decoration:none;
}
/* * * * * * * * * * * * * *
	FOOTER
* * * * * * * * * * * * * */
#linea{
	width: 700;
	border-top: 4px solid #7B9D3F;
	margin: 0 0 0 0;
	padding: 0;
}
#colophon{
	margin-left:auto;
	margin-right:auto;
	width: 700px;
	font-size: 90%;
	color: #000;
}
#colophon .sx{
	width: 50%;
	float: left;
	text-align: left;
	padding: 0;
}
#colophon .dx{
	width: 40%;
	float: right;
	text-align: right;
	padding: 0;
}
#colophon .dx a{
	text-decoration: none;
	color: #000;
}
.netblack{
	color: #000;
	font-weight: bold;
}
.beblu{
	color: #1E62AD;
	font-weight: bold;
}
