/*
@font-face {
	font-family: MyriadPro;
	src: url('fonts/MyriadPro-Regular.otf');
}
@font-face {
  font-family: FranklinGothic;
  src: url('fonts/framd.ttf') format("truetype");
}
@font-face {
  font-family: FourDecibelsFalling;
  src: url('fonts/fourdf__.ttf') format("truetype");
}

@font-face {
  font-family: BerlinSansFB;
  src: url('../fonts/BRLNSR.TTF') format("truetype");
}
*/
body,html { height:100%;margin:0 }
 
body{
	font-size: 13px;
	font-family: Arial, Helvetica, sans-serif;
	background-color: #fff;
	background-image:url('../images/bg.jpg');
	background-repeat:no-repeat;
	background-position:center center;
}
a{
	background-color: transparent;
	color: #FF5C00;
	text-decoration: none;
	transition-property: color;
	transition-duration: 0.5s;

	-webkit-transition-property: color; /*safari*/
	-webkit-transition-duration: 0.5s;
         
	-o-transition-property: color;      /*opera*/
	-o-transition-duration: 0.5s;
		 
	-moz-transition-property: color;    /*firefox*/
	-moz-transition-duration: 0.5s;
}
a:hover{
	background-color: transparent;
	color: #FFF; /*#0C3; #333; */
}
h1{
	/* visibility: hidden; */
	background-image:url('../images/logo.png');
	background-repeat:no-repeat;
	background-position:center center;
	width:600px; 
	height:200px;
}

h1 span{
	visibility: hidden;
}

#boxhome{
	width:600px; 
	height:400px;
	position:absolute;
	top:50%;
	left:50%;
	margin:-200px 0 0 -300px;
	background-image:url('../images/main.png');
	background-repeat:no-repeat;
	background-position:center center;
}
#boxbutton {
	/* border: solid red 1px; */
	/* margin: 300px 50px 0 50px; */
	padding: 10px 0 10px 0;
	font-size: 18px;
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
}
#boxbutton ul {
	list-style-type: none;
}
#boxbutton .privati{
	/* border: solid green 1px; */
	padding: 0 2em 0 1em;
}
#boxbutton .aziende{
	/* border: solid blue 1px; */
	padding: 0 1em 0 2em;
}
#boxinfo{
	text-align: center;
	padding: 2em 1em 1em 1em;
	color: white;
	text-shadow: 2px 2px 3px #000;
}