/* CSS Document */

body,html{
	margin:0px;
	padding:0px;
	background-color:#000000;
}

div#sfondo{
	width:100%;
	height:785px;
	text-align:center;
}

div#content{
	text-align:left;
	width:890px;
	height:785px;
	margin: 0px auto;
	
}

div#logo{
	width:342px;
	height:365px;
	margin:70px 0 0 0;
}

div#ln{
	width:342px;
	height:1px;
	margin:0;
}

div#footer{
	width:100%;
	margin:12px 0 12px 0;
	font-family:Arial, Helvetica, sans-serif;
	color:#ffffff;
	font-size:11px;
	text-align:center;
	clear:both;
}

div#footer a,div#footer a:link,div#footer a:visited{
	color:#ffffff;
	text-decoration:underline;
}

div#footer a:hover{
	color:#cccccc;
	text-decoration:underline;
}
