/* CSS Document */

body {
	background-image:url(images/sfondo.jpg);
	background-position:top center;
	background-repeat: repeat-x;
	background-color: #010101;
	font-family:"Century Gothic";
	font-size:16px;
	color:#666666;
	letter-spacing:;
	margin-top:0px;
}

h1 {
	font-size: 26px;
	font-weight:100;
	color:#000;
}

h2 {
}

table {
	border-style:none;
	vertical-align: top;
}

img {
	border-width: 0px;
	border-style:none;
}


/* div */
#pagina 
{
	width: 300px;
	height: auto;
	margin: 0 auto;
	margin-top: 20px;
	background-color:#FFFFFF;
	border-radius: 2px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
}


#banner 
{
    width: 100%;
    height: 200px;
	text-align:center;
	margin: 0 auto;
	padding-top: 30px;
}
#banner img {
	border-style: solid;
	padding: 2px;
	border-width:4px;
	border-color:#666;
}



#contenuto
{
    width: 100%;
    height: auto;
	margin-top: 0px;
	text-align:center;
}
#contenuto a:link {
	text-decoration:underline;
	font-weight:bold;
	color: #666666;
}
#contenuto a:visited {
	text-decoration:underline;
	font-weight:bold;
	color: #666666;
}
#contenuto a:hover {
	text-decoration:underline;
	font-weight:bold;
	color: #222222;
}

#footer 
{
    width: 95%;
    height: 50px;
	margin: 0 auto;
	margin-top: 50px;
	text-align:right;
	color:#999999;
	font-size: 12px;
}
#footer a:link {
	text-decoration:underline;
	font-weight:100;
	color: #999999;
}
#footer a:visited {
	text-decoration:underline;
	font-weight:100;
	color: #999999;
}
#footer a:hover {
	text-decoration:underline;
	font-weight:100;
	color: #222222;
}




.selected {
	text-decoration:none;
	font-weight:100;
	color: #222222;
	background-color:#eeeeee;
}
