body {
	background-color: #E4E9EC;
	background-image: url(img/bg-repeat.png);
	background-repeat: repeat-x;
	background-position: top left;
	text-align: center;
	line-height: 1.6;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
	color: #727171;
}
a {
	text-decoration: none;
	font-size: 13px;
	line-height: 16px;
	font-weight: normal;
	color: #328fc8;
}
a:hover {
	color: #2975a3;
}
p, pre {
	line-height: 18px;
	padding: 106px 0 0px 88px;
}
strong {
	font-weight: bold;
	color: #727171;
}
div#content a{
	display: block;
	width: 74px;
	height: 89px;
	margin-top: 10px;
}
a#entra:hover, a#enter:hover{
	background-position: bottom left;	
}
#content {
	padding: 65px 0 40px 0;
	width: 520px;
	text-align: left;
	margin: 0 auto;
}
#negative{
	margin-left: -44px;
}
#ita,#eng,#vDiv,.big,.small{
	float: left;
}
#ita,#eng{
	width: 180px;	
}
#vDiv{
	width: 2px;
	height: 120px;
	background: #a0c01f; 
	margin: 0 34px 0 34px;
}
#ita a.big{
	background-image: url(img/grandeIT.png);
	background-position: top left;
	background-repeat: no-repeat;
	margin-right: 28px;
}
#ita a.small{
	background-image: url(img/piccoloIT.png);
	background-position: top left;
	background-repeat: no-repeat;
}
#eng a.big{
	background-image: url(img/grandeEN.png);
	background-position: top left;
	background-repeat: no-repeat;
	margin-right: 28px;
}
#eng a.small{
	background-image: url(img/piccoloEN.png);
	background-position: top left;
	background-repeat: no-repeat;
}
#ita a.big:hover,#ita a.small:hover, #eng a.big:hover,#eng a.small:hover{
	background-position: 0 -90px;	
}
#footer a{
	display: block;
	background: #a0c01f;
}
#footer {
	position: relative;  /* Needed for Safari */
}

#footer p{
	font-size: 10px;
	line-height: 12px;
	padding: 10px 0 16px 0;
}
.clear{
	clear: both;
}
