@charset "utf-8";
/* CSS Document */
* {font-family: Georgia, "Times New Roman", Times, serif;}
html{
}
body {
	background:#FFFFFF;
	color:#000000;
	}
p {
color: #ff0101;
margin:0px;
font-size:14px;
}	
h1{
	font-size:14px;
	margin:0px;
	color: #ff0101;
	margin-top:5px;
}
h2{
	font-size:12px;
	margin:0px;
	color: #ff0101;
}
a:link {
    color: #000000;
	font-size:14px;
	text-decoration: none;
}
a:visited {
    color: #000000;
	font-size:14px;
	text-decoration: none;
}
a:hover {
    color: #000000;
	font-size:14px;
	text-decoration: underline;
}
a:active {
    color: #000000;
	font-size:14px;
	text-decoration: none;
}
a img { border : 0px; }

#centrato {
width:950px;
height:auto;
margin:auto;
text-align: left; /* for IE5.x/Win */
background:#FFFFFF;
}
#logo {
color:#000000;
border-top: 0px;
width:950px;
height:80px;
text-align:center;
}
#mezzo{
	width:950px;
	height:634px;
	text-align:center;
}
#mezzo div {
	width:316px;
	height:237px;
	float:left;
}
#mezzo div p{
	color:#000;
	font-size:24px;
	text-align:center;
}
#basso{
	width:950px;
	height:90px;
	background-image:url(img/topclass.jpg);
	text-align:center;
	clear:left;
}
#contatore{
	width:950px;
	text-align:center;
}

#amici{
	width:950px;
	height:55px;
	text-align:center;
	}
#amici p{
	font-size:10px;
}
#amici a{
	font-size:9px;
}

#banner{
	width:950px;
	height:62px;
	text-align:center;
}
#banner div{
	width:468px;
	height:60px;
	float:left;
	margin-left:5px;
}


