.titolo
{	
	font-family: "Times New Roman", Times, serif;
	font-size: 36px;
	font-style: normal;
	font-weight: bold;
	color: #FF3333;	
	text-transform: none;
	font-variant: small-caps;	
	z-index: 2;
}

#titolo1
{
	position: absolute;	
	top:  -20px;	
	left: -400px;
	width: 300px;
	text-align: right;
	z-index: 2;
}

#titolo2
{
	position: absolute;	
	top:  20px;	
	left: 110px;	
	text-align: left;
	z-index: 2;
}
div#centro
{	
	top: 50%;
	left: 50%;	
	position: absolute;
	min-height: 300px;		
}
#entra
{	
	position: absolute;	
	left: 90px;
	top: 90px;
	z-index: 2;	
}

#copyright {	
	position: absolute;
	width:200px;	
	top: 60px;
	left: 180px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: italic;
	text-align: center;
	color: teal;
}
#footer
{	
	position: absolute;
	top: 210px;
	width: 470px;
	left: -235px;
	text-align: center;
	z-index: 2;
}
a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
}
a:link, a:visited {	
	color: #FF3333;
	text-decoration: underline;
}

a:hover {
	color: #FF6633;
	text-decoration: none;
}

img
{	
	position: absolute;	
	z-index: 1;		
}

img#main 
{	
	top: -100px;
	left: -100px;		
}


