html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}

#wrapper {
	width: 700px;
	position:relative;
	margin: 50px auto;
}

a:link {text-decoration: none; color:#d4e1e9;}
a:visited {text-decoration: none; color:#d4e1e9;}
a:active {text-decoration: none; color:#d4e1e9;}
a:hover {text-decoration: none; color: #000000; background-color:#fef200;padding:2px 0;}

#content {
	width:700px; 
	font-size:16px; 
	text-align:center; 
	background-image:url(logo.gif); 
	background-repeat:no-repeat; 
	background-position: 50% 60%; 
	text-align:left;
}

p {
	line-height:38px;
	text-align:left;
	font-family:futura-pt, sans-serif;
	font-style: normal;
	font-size:28px; 
	color:#c6dae6; 
	font-weight:700; 
}

p span {
	color: #00abe8;
}

p.block {
	color: #00abe8;
	display:block;
	float:left;
	width: 350px;
	height: 77px;
}

p.block a {
	color: #000;
}

span.giallo {
	background: url(underline.png) bottom left repeat-x;
}

#contatti {
	display:block;
	position:absolute;
	width: 300px;
	height: 360px;
	background: url('bg.png') top left repeat;
	position: absolute;
	top:-10px;
	left: 330px;
	padding: 10px 20px;
	display: none;
}

#contatti p {
	color: #000;
}

#contatti p span {
	color: #FFF;
}

p.iva {
	font-family: "Courier New", Courier, monospace;
	font-size: 12px;
	text-align: center;
}