@charset "UTF-8";
/* CSS Document */

* {
  padding: 0px;
  margin:0px;
  border:0px; 
}

body {
	background-image:url(bg.jpg);
	background-repeat:repeat;
	background-position:top center;
	background-color:#000000;
}

img {
	border:0px;
}

a:link {
	color: transparent;
}
a:visited {
	color: transparent;
}
a:hover {
	color: transparent;
}
a:active {
	color: transparent;
}

.corpo {
	width:990px;
	height:800px;
	background-image:url(splash-ita.jpg);
	background-repeat:no-repeat;
	margin:0 auto 0 auto;
}

h1 {
	font-family: Helvetica;
	font-size:22px;
	font-weight: bold;
	color: #ffffff;
	letter-spacing:-1px;
}

h2 {
	font-family: Helvetica;
	font-size:15px;
	color: #f3f137;
	line-height:20px;
	font-weight:bold;
}

.menu {
	font-family: Helvetica;
	font-size:16px;
	font-weight: bold;
	color: #ffffff;
}

.menu A:LINK {
	color: #ffffff;
	text-decoration:underline;
}

.menu A:VISITED {
	color: #ffffff;
	text-decoration:underline;
}

.menu A:HOVER {
	color: #f3f137;
	text-decoration:underline;
}


p {
	font-family: Helvetica;
	font-size:15px;
	color: #ffffff;
	text-align:justify;
	line-height:20px;
}

.footer {
	font-family: Helvetica;
	font-size:12px;
	color: #ffffff;
}

.footer A:LINK {
	color: #ffffff;
	text-decoration:underline;
}

.footer A:VISITED {
	color: #ffffff;
	text-decoration:underline;
}

.footer A:HOVER {
	color: #f3f137;
	text-decoration:underline;
}


.giallo {
	color:#f3f137;
}
