@charset "UTF-8";
/* CSS Document */


body
{
	background-color:#FFFAE7;
}

.logo
{
	background-image:url(../img/logo.png);
	width:180px;
	height:51px;
	background-repeat:no-repeat;
	position:fixed;
	top:15px;
	right:10px;
}

.sfondo
{
	background-image:url(../img/sfondo.png);
	width:540px;
	height:320px;
	position:relative;
	top:81px;
	z-index:99;
}

.gastarea
{
	background-image:url(../img/gastarea.png);
	width:229px;
	height:259px;
	position:relative;
	top:-221px;
	z-index:100;
}

.bonta
{
	background-image:url(../img/mondo.png);
	width:291px;
	height:69px;
	position:relative;
	top:20px;
	z-index:96;
}

.ita
{
	/*background-image:url(../img/ita.png);
	width:91px;
	height:86px;*/
	position:relative;
	top:-340px;
	left:2px;
	z-index:98;
}

.eng
{
	/*background-image:url(../img/eng.png);
	width:91px;
	height:86px;*/
	position:relative;
	top:-340px;
	left:-2px;
	z-index:97;
}
