*{
   margin: 0;
   padding: 0;
   }

html {
    height: 100%;
    overflow: hidden;
}
img{
border:none;
margin-right:10px;
vertical-align:middle;



}
	
body {
	height: 100%;
	 margin: 0;
	margin-top:1px;
	color: #333333;
	text-decoration: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	background-color: #BBBDBF;
	background-image: url(../images/chipolino.png);
	background-repeat: no-repeat;
	background-position: 20px bottom;
}
#flashcontent {
		height: 100%;
		z-index:10;
}a {
	color: #fff;
	
}
p { 
    padding-top: 20px;
	padding-left: 20px;
}
div.content{
position:absolute;
width:100%;
visibility:hidden;
z-index:1;
  font-size:9px;}

div.bg{
   position:relative;
   color:#ffffff;
   width:40%;
   height:auto;
   font-size:9px;
   float:left;
 }
 div.en{
	position:relative;
	color:#ffffff;
	width:40%;
	height:auto;
	font-size:9px;
	float:right;
 }
