* {
	box-sizing: border-box;
}
body{
	margin:0;
	padding:0;

}
#boxamori {
	width:302px;
	height:270px;
	display: block;
	position: relative;
	overflow: hidden;
	border: 7px solid rgb(247, 202, 120);
}

#boxamori p{
	position: absolute;
	bottom: 5px; left: 10px;
	margin: 0;
	padding: 0;
	font-family: Arial;
	font-size: 12px;
	line-height: 20px;
}
#boxamori p span{
	font-style: italic;
	font-weight: bold;
	font-size: 14px;
}
#boxamori p a{
	text-decoration: underline;
	font-weight: bold;
	color: #000;
}
#boxamori p a:hover{
	text-decoration: underline;
}
#wrapper {
	background:url(https://images2.corriereobjects.it/infografiche/2015/02/amori/img3/sfondo.png) no-repeat 0px 0px;
	width:267px;
	height:172px;
	display: block;
	position: absolute;
	top: 10px; left: 10px;
	overflow: hidden;
	cursor:pointer;

}
#casa {
	background:url(https://images2.corriereobjects.it/infografiche/2015/02/amori/img3/casa.png) no-repeat 0px 0px;
	width:267px;
	height:172px;
	display: block;
	position: absolute;
	top: 0; left: 0px;
	z-index: 100;
}
.balloon{
	width:267px;
	height:172px;
	position:absolute;
	bottom:-130px;
	left: 0px;
	z-index:5;
	background-size: 100% 100%;
}

#balloon1{
	background:url(https://images2.corriereobjects.it/infografiche/2015/02/amori/img3/A.png) no-repeat 0px 0px;
	position:absolute;
	left: 0px;
	z-index:5;
}
#balloon2{
	background:url(https://images2.corriereobjects.it/infografiche/2015/02/amori/img3/M.png) no-repeat 0px 0px;
}
#balloon3{
	background:url(https://images2.corriereobjects.it/infografiche/2015/02/amori/img3/O.png) no-repeat 0px 0px;
}
#balloon4{
	background:url(https://images2.corriereobjects.it/infografiche/2015/02/amori/img3/R.png) no-repeat 0px 0px;
}
#balloon5{
	background:url(https://images2.corriereobjects.it/infografiche/2015/02/amori/img3/I.png) no-repeat 0px 0px;
}

#iefix {
  margin: 0; 
  border: 0; 
  padding: 0; 
  clear: both; 
  float: none; 
  font-size: 1px;
}
