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

body{
	background:url(images/background-intro.jpg) #552B00 top center no-repeat;
}
.coda{
	height:180px;
	width:100%;
	margin:0 auto auto;
	background:url(images/sf-bottom.png) bottom left repeat-x;
	bottom:0;
	left:0;
	position:absolute;
}
.contenitore{
	width:347px;
	padding-top:10px;
	margin:0 auto auto;
}
.contenitore .logo{
	width:347px;
	height:100px;
}
.contenitore .btn-ita{
	margin-left:50px;
}
.contenitore .btn-ita a{
	border:0;
	background:url(images/btn-enter-off.png) top center no-repeat;
	float:left;
}
.contenitore .btn-ita a:hover{
	background:url(images/btn-enter-on.png) top center no-repeat;
}
.contenitore .btn-fra a{
	border:0;
	background:url(images/btn-entrer-off.png) top center no-repeat;
	float:left;
}
.contenitore .btn-fra a:hover{
	background:url(images/btn-entrer-on.png) top center no-repeat;
}