@charset "utf-8";
body {
	background-color: #000000;
}
#container {
	width: 1024px;
	margin-right: auto;
	margin-left: auto;
}
#header {
	height: 197px;
	width: 1024px;
	background-image: url(../immagini/logo_colarusso.gif);
	background-repeat: no-repeat;
}
#centro {
  background: #000 url(../immagini/bg_index.png);
	background-repeat: no-repeat;
	height: 476px;
	width: 1000px;
	margin:0 auto;
	padding:10px;
}
#ita, #en{
  width: 400px;
  height:100px;
  margin:100px;

}
#ita p, #en p{
  float:left; 
  margin-left:20px;
  font-weight:bold;
  color: #ffffff;
  font-size:18px;
 	font-family: Arial, Helvetica, sans-serif;
}
#ita img, #en img{
  float:left; 
}
#ita a, #en a{
  text-decoration:none; 
}
#sotto {
	background-image: url(../immagini/3copertina.jpg);
	height: 245px;
	width: 1024px;
}

#footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #f2e034;
	font-weight:bold;
	text-align: center;
	height: 12px;
	width: 1024px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 10px;
}
#footer a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #f2e034;
	text-decoration:underline;
	text-align: center;
	height: 12px;
	width: 1024px;
}