/* CSS IMG.ZEROUNO s.r.l. */

body 
{
	margin: 0px 0px 0px 0px; 
	padding: 0px 0px 0px 0px;
	background-image: url(../img/galleryback.jpg);
	background-repeat: no-repeat;
	width: 100%;
  	height:100%;
	text-align: left;
	background-position: top center;
	font-family: "Arial", Helvetica, sans-serif;
}

@font-face {
	font-family: 'DIN';
	src: url('../fonts/DINReg.eot');
	src: local('DIN'), local('DIN'), url('../fonts/DINReg.ttf') format('truetype');
	font-stretch: semi-condensed;
	font-weight: bold;
 }


a 
{
	text-decoration: none;
}

a:hover 
{
	text-decoration: underline;
}

input[type="text"] {
        border:1px solid silver;
	width: 400px;
	height: 15px;
}

textarea {
	border: 1px solid silver;
	width: 400px;
	margin-bottom: 15px;
}


input invia {
	float:left;
	width: 430px;
	height: 54px;
	border: 0;
}