/* Stile di index.htm in questa directory */

body {
	font-size: 62.5%; /* Setta 1em a 10px */
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	background-color: #000000;
	text-align: center;
	margin: 0 auto;
	}

#titolo {
	background: url(images/title.gif) no-repeat;
	height: 200px;
	width: 760px;
	margin-left: auto;
	margin-right: auto;
	}
	
#content {
	margin-top: 10%;
	}
	
#content a {
	font-size: 3em;
	padding: 30px;
	border: #ffffff;
	}
	
#content h2 {
	font-size: 3em;
	color: #ffffff;
	padding: 70px;
	text-align: center;
	}
	
#error h2 {
	font-size: 3em;
	font-family: Serif;
	color: #ffffff;
	padding: 70px;
	text-align: center;
	}

a {
	color: #4cfd79;
	text-decoration: none
	}

a:hover {
	color: #ffffff;
	text-decoration: underline overline;
	}
	
#counter {
  	position: absolute;
 	bottom: 20px;
  	padding: 5px;
  	left: 100px;
	}
	
#info {
  	position: absolute;
 	bottom: 5px;
  	padding: 5px;
  	right: 20px;
	}

img{
	border:0;
	} 

#info  img{
	width:88px;
	height:31px;
	} 
	
#notc {
  	position: absolute;
 	bottom: 20px;
  	padding: 5px;
  	left: 20px;
	}