/* Css definitions for home page */

/* DIV */
#face{
	width: 220px;
	height: 435px;
	float: left;
	background-image: url(immagini/viso.jpg);
	background-repeat: no-repeat;
	background-position: top;
	/* margin-left: 4px; */
	text-align: center;
	font-size: medium;
	/* font-weight: bold; */
	cursor: pointer;
	filter: alpha(opacity=50);
	opacity: 0.5;
}

#corpus{
	width: 220px;
	height: 435px;
	float: left;
	background-image: url(immagini/corpo.jpg);
	background-repeat: no-repeat;
	background-position: top;
	margin-left: -5px;
	text-align: center;
	cursor: pointer;
	filter:alpha(opacity=50);
	opacity: 0.5;
}

#sun{
	width: 220px;
	height: 435px;
	float: left;
	background-image: url(immagini/sole.jpg);
	background-repeat: no-repeat;
	background-position: top;
	margin-left: -5px;
	text-align: center;
	cursor: pointer;
	filter:alpha(opacity=50);
	opacity: 0.5;
}

#manicure{
	width: 220px;
	height: 435px;
	float: left;
	background-image: url(immagini/mani_piedi.jpg);
	background-repeat: no-repeat;
	background-position: top;
	margin-left: -5px;
	text-align: center;
	cursor: pointer;
	filter:alpha(opacity=50);
	opacity: 0.5;
}
/* div finish */

/* DROPDOWN CONTAINER */
.dropdown{
	width: 220px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	/* filter: alpha(opacity=0);
	opacity: 0; */
}
