body, html{
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	width: 100%;
	height: 100%;
	background-color: #000;
	color: #CCC;
}

body{
	background-image: url(images/sfondoNero.jpg);
	background-position: top;
}

h1, h2, h3, h4, h5, h6, h7, h8, p{
	font-size: 100%;
	margin:0;
	padding:0;
	font-weight: normal;
}

ul{
	margin: 0px 0 20px 0;;
	padding: 0px;
	list-style: none;
}

ul li{
	display: inline;
	margin: 0 10px 0 0;
}

h1{
	font-size: 12px;
	font-weight: bold;
}
img{
	border: none;
}


a{
	outline: none;
	}

p{	
	margin: 5px 0 5px 0;
}
a:link, a:visited{
	text-decoration: none;
	color: #CCC;
}

a:hover{
	color: #0CFM;
}

.clear{
	clear: both;
	display: block;
}

/* Template
------------------------------------------ */

#container{
	width: 990px;
	height: 590px;
	position: absolute;
	left: 50%;
	top: 50%;
	margin-left: -495px;
	margin-top: -295px;
}

#content{
	width: 990px;
	height: 560px;
	border: #333 1px solid;
	background-color: #000;
}


#footer{
	color: #b8b8b8;
	clear: both;
	font-size: 11px;
}
#footer a{
	color: #b8b8b8;
}
#footer a:hover{
	color: #0CF;
}
#footer .infoLeft{
	float: left;
}
#footer .infoRight{
	float: right;
}
#footer h1{
	color: #b8b8b8;
	font-size: 11px;
}


.clearer{
	display: block;
	clear: both;
}

