@charset "UTF-8";
/* CSS Document */

#sponsor
{
	position: Absolute;
	width: 100%;
	height: 100%;
	z-index:1000;
}

div.chiudi
{
background:#FFFFFF;
    text-align: Right;
}

a.download
{
    color: #df000a;
    text-decoration: None;
}

a.download:hover
{
    color: #333;
    text-decoration: None;
}

a.sponsor
{
    color: #333;
    text-decoration: None;
}

a.sponsor:hover
{
    color: #df000a;
    text-decoration: None;
}

.centrato {
	display:     block;
	width:       480px;
	height:      368px;
	position:    absolute;
	top:         50%;
	left:        50%;
	margin:      0 px 0 0 0px;
	background:  #fff;
	border:3px solid #333333;
	padding:16px;
}


#content {
width:500px;
margin: 0 auto;
border:1px solid #333333;
}

