html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, address, cite, code, img, strong, dl, dt, dd, ol, ul, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, header, article, aside, footer, hgroup, section {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	text-decoration: none;
}


html {
	height:100%;
}
body {
	font-family:'Eras', Arial, Helvetica, sans-serif;
	color:#222;
	text-align:center;
	width:100%;
	height:100%;
	background:none;
}

#bg {
	background-image:url(img/bg-body.jpg);
	background-repeat:repeat-x;
	position:fixed;
	width:100%;
	height:100%;
}

nav {
	width:100%;
	height:120px;
	position:fixed;
	top:0;
	z-index:99;
	background:#fff;
	text-align:center;
	border-bottom:5px solid #13bfd5;
}
nav ul {
	width:1000px;
	height:80px;
	position:relative;
	display:block;
	margin:0 auto 0 auto;
	padding:0;
	list-style:none;
	text-align:center;
	background-image:url(img/logo-batt-kill.png);
	background-position:top left;
	background-repeat:no-repeat;
	background-size:auto 80px;
}
nav ul li {
	width:auto;
	height:auto;
	display:block;
	float:left;
	margin:85px 20px 0 20px;
	padding:5px 0 5px 0;
}
nav ul li a {
	font-size:20px;
	color:#000;
}
nav ul li a:hover {
	color:#10aac5;
	transition-duration:0.3s;
}
nav ul li:first-child {
	margin-left:7px;
}
nav ul li:last-child {
	margin-right:0;
}
nav img {
	position:absolute;
	right:50%;
	margin-right:-490px;
	top:15px;
	width:auto;
	height:60px;
}


section {
	width:950px;
	height:auto;
	position:relative;
	margin:105px auto 0 auto;
	padding:40px 40px 75px 40px;
	text-align:justify;
	background:#fff;
	font-size:15px;
	letter-spacing:2px;
	line-height:22px;
}
section button {
	background-image:url(img/button-prezzi.png);
	background-size:100% 100%;
	width:250px;
	height:60px;
	border:none;
	margin:40px 0 0 350px;
	color:#eee;
	font-size:22px;
	letter-spacing:1px;
	filter:brightness(0.75);
	background-color:transparent;
	cursor:pointer;
}
section button:hover {
	filter:brightness(1.0);
	transition-duration:0.3s;
}
section p {
	display:inline-block;
}
section h1 {
	color:#23376e;
	font-size:31px;
	margin:150px 0 30px 0;
}
section img {
	margin: 80px auto 80px auto;
	position:relative;
}
section img.img-home {
	margin:0 auto 20px auto;
	position:relative;
}
section ul {
	width:630px;
	display:inline-block;
	height:auto;
	list-style:none;
	margin-bottom:20px;
}
section ul li {
	width:100%;
	height:15px;
	margin-top:3px;
	display:block;
	float:left;
	padding:0 5px 8px 5px;
	background-color:#eee;
}
section ul li:first-child {
	font-weight:bold;
	background-color:#23396f;
	color:#eee;
}
section ul li span {
	display:block;
	float:right;
}
section a {
	color:#000;
}
section a.anchor {
	padding:0;
	margin:150px;
	visibility:hidden;
}
section a:hover {
	color:#10aac5;
	transition-duration:0.3s;
}
section footer {
	margin-top:150px;
	width:100%;
	height:100px;
	border-top:2px ridge #888;
	padding-top:30px;
}
section footer i {
	color:#888;
	font-size:15px;
	margin:0;
}
section footer h1 {
	color:#2e568a;
	font-size:19px;
	margin:0;
}
section footer h2 {
	color:#333;
	font-size:17px;
	line-height:22px;
}
section img.dev {
	display:block;
	float:right;
	margin:-40px 0 0 0;
}
section img.htm {
	display:block;
	float:right;
	margin:-40px 0 0 0;
}
section img.e-mail {
	display:block;
	float:right;
	margin:-120px 0 0 0;
	width:150px;
	height:auto;
}
section h3 {
	position:absolute;
	bottom:0;
	width:930px;
	text-align:center;
	height:auto;
	padding:10px;
	color:#eee;
	letter-spacing:1px;
	background-color:#283d73;
}
section h3 a {
	color:#eee;
}
section h3 a:hover {
	color:#10aac5;
	transition-duration:0.3s;
}






