/* CSS Document */
.body
{
background-color:#211B33;
margin: 0px;
height: 100%;
width:100%;
}

.container 
{
position:absolute;
top:50%;
left:50%;
width:730px;
height:370px;
margin-left:-365px;
margin-top:-185px;
padding:0;
} 

.background
{
background-image: url(../img/logo.png);
background-position:right top;
background-repeat:no-repeat;
}

.testo-nascosto 
{
display: none;
font-family:Century Gothic, Tahoma, Arial;
font-size:12px;
color:#000000;
}

.font_didascalia
{ 
font-family:Century Gothic, Tahoma, Arial;
font-size:11px;
color:#1B1B33;
}

.font
{ 
font-family:Century Gothic, Tahoma, Arial;
font-size:11px;
color:#1B1B33;
}

a:link {
	color: #1B1B33;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #1B1B33;
}
a:hover {
	text-decoration: none;
	color: #536D96;
}
a:active {
	text-decoration: none;
	color: #536D96;
}
