body {
	margin: 30px 30px 30px 30px;
	padding: 0px;
	scrollbar-base-color: #FFCC33;
	color: #000000;
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 16px;
	background-color: #FFFFFF;
	background-image: url("../immagini/sfondo_intro.jpg");
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-position: bottom right;
}

.marchio {
	margin-top: 90px;
	margin-left: 0px;
	background-color: transparent;
}

.enter {
	margin-top: 130px;
	margin-left: 140px;
	background-color: transparent;
	text-align: left;
}

.copy {
	position: absolute;
	bottom: 30px;
	left: 30px;
	background-color: transparent;
	text-align: left;
	font-size: 10px;
}

/***** INIZIO GESTIONE LINK NORMALI *****/
a:link {
	background-color: transparent;
	color: #B20000;
	text-decoration: none;
	font-weight: bold;
}

a:visited {
	background-color: transparent;
	color: #B20000;
	text-decoration: none;
	font-weight: bold;
}

a:hover {
	background-color: transparent;
	color: #FFCC33;
	text-decoration: none;
	font-weight: bold;
}

a:active {
	background-color: transparent;
	color: #FFCC33;
	text-decoration: none;
	font-weight: bold;
}
/***** FINE GESTIONE LINK NORMALI *****/

