body{
	background-color: #ccc;
	background-image: url(../img/bg.gif);
	background-repeat: repeat-x;
	text-align: center;
	color: #666;
	
	font-family: Verdana;
}

a, a:link, a:active, a:visited, a:hover {
	color: #666;
}

.hide {
	display: none;
}

#main {
	position: absolute;
	top: 0px;
	left: 50%;
	margin-left: -480px;
	width: 960px;
	height: 640px;
	background-color: #fff;
	background-image: url(../background-image-home.php);
	background-repeat: no-repeat;
}

#footer {
	position: absolute;
	top: 650px;
	left: 50%;
	margin-left: -480px;
	width: 960px;
	height: 20px;
	
	color: #666;
	font-size: 10px;
}

h1 {
	width: 160px;
	height: 150px;
	background-image: url(../img/logo.gif);
	position: absolute;
	top: 0px;
	left: 80px;
}

#menu {
	width: 170px;
	height: 150px;
	position: absolute;
	left: 250px;
	top: 0px;
	background-color: #fff;
}

#menu p {
	display: block;
	width: 150px;
	position: absolute;
	left: 10px;
	top: 20px;	
	text-align: left;
}

#lang {
	position: absolute;
	top: 20px;
	left: 810px;
	font-size: 12px;
}

#lang a {
	color: #fff;
}

#menu p a{
	display: block;
	width: 140px;	
	float: left;
	text-transform: uppercase;
	text-decoration: none;
	font-size: 12px;
	margin-bottom: 2px;
	color: #333;
	
}

#menu p a:hover {
	color: #ec008c;
}

#news {
	width: 610px;
	height: 150px;
	position: absolute;
	left: 50%;
	margin-left: -230px;
	top: 490px;
	float: none;
	background-color: transparent;	
}

.singleNews{
	display: block;
	width: 170px;
	height: 150px;	
	text-align: left;
	float: left;
	background-color: #fff;
	margin-right: 10px;
	position: relative;
	
		
	font-size: 12px;
	text-transform: uppercase;
	text-decoration: none;
}

.singleNews h3.data{
	width: 150px;
	left: 10px;
	top: 20px;
	position: absolute;
	font-weight: normal;
	color: #ec008c;
}

.singleNews h3.titolo{
	width: 150px;
	left: 10px;
	top: 35px;
	position: absolute;
	font-weight: normal;
	color: #ec008c;
	
	line-height: 14px;
}

.singleNews p.testo{
	width: 150px;
	left: 10px;
	top: 80px;
	position: absolute;
	
	text-transform: none;
	line-height: 14px;
}

p.link, p.link a {
	display: block;
	width: 170px;
	height: 150px;	
	position: absolute;
	top:0px;
	left: 0px;
}

p.link a{
	background-image: url(../img/bg-news.gif);
}

p.link a:hover{
	background-image: none;
}

#pagescroller-d, #pagescroller-u{
	display: none;
}
