@charset "UTF-8";
/* CSS Document */

body{

margin: 20px 0;
color:#FFFFFF;
font-family:Arial, Helvetica, sans-serif;
font-size: 9pt;
}

div#container
{
margin: auto auto;
width: 500px;
background-color:#000000;
height: 550px;
background-image:url(img/logo.png);
background-position:center;
background-repeat:no-repeat
}

	img, #container { behavior: url(iepngfix.htc); }

div#testo
{
position: relative;
color:#FFFFFF;
top:350px;
left:280px;

}

span.h1
{
font-size: 10pt;
}

a.collegamento:link, a.collegamento:visited, a.collegamento:hover
{
text-decoration:none;
color:#FFFFFF
}

a.colletamento:visited, a.collegamento:hover
{
text-decoration:none;
color:#FF0000;
}
