/* RESET */
html,body,div,ul,ol,li,dl,dt,dd,h1,h2,h3,h4,h5,h6,pre,form,p,blockquote,fieldset,input { margin: 0; padding: 0; }
h1,h2,h3,h4,h5,h6,pre,code,address,caption,cite,code,em,th { font-size: 1em; font-weight: normal; font-style: normal; }
ul,ol { list-style: none; }
fieldset,img { border: none; }
caption,th { text-align: left; }
table { border-collapse: collapse; border-spacing: 0; }

body { 
	font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, arial, sans-serif;
	font-weight: 300;
	color: #516064;
	background: #ffffff;
	height: 100%;
}

/* LAYOUT */

#wrapper { 
	margin: 100px auto 0px auto;
	width:500px;
	height:225px;
	position:relative;
}

#logo {
	width: 500px;
	height: 86px;
	background: transparent url(images/logo.jpg) no-repeat center;
}
#contatti {
	width: 500px;
	height: 139px;
	background: transparent;
}

#grass {
	width: 100%;
	height: 98px;
	background: transparent url(images/grass.png) no-repeat bottom center;
	position: fixed;
	bottom: 0px;
	left: 0px;
	right: 0px;
}

/* TYPE */
a { 
	color: #516064;
	text-decoration: none;	
}

a:hover { 
	color: #12bd30;
	text-decoration: underline;	
}

a:active, a:focus{ 
   outline:0;
}

p {
	color: #787878;
	font-size: 14px;
	text-align: center;
	line-height: 1.8;
	padding: 40px 0px 0px 0px;
	font-weight: 300;
}
h1 {
	font-size: 12px;
	color: #10499e;
	text-align: center;
	margin: 30px auto 0px auto;
}
h1 span.green {
	color: #12bd30;
}
