@CHARSET "ISO-8859-1";

body {
	background-color:black;
	text-align:center;
	background-image:url(../img/splash_2.jpg);
	background-repeat:no-repeat;
	/*background-position: top center;*/
	background-position: 50% 0%;

}

html>body{
    background: black url(../img/splash_2.jpg) no-repeat 50% 0%; /*Opera, Firefox e Safari*/
}

*:first-child+html{
    background: black url(../img/splash_2.jpg) no-repeat 50% 0%; /*IE7*/
}


#canvas{
	text-align:center;
	margin-top:100px;
}


#linguetta{
	margin-right: 0px;
	float:right;
	margin-top: 0px;
}

#entra{
	margin-top:20px;
	margin-left: -140px;
	border: 0;
}


#over_officina{
	border: 0;
	margin-top:184px;
	margin-left: -7px;
	height:304px;

  /*margin: 5px!important; /* IE 7.0 */

}