@charset "utf-8";
/* CSS Document */
body{
	margin:0px;
	padding:0px;
	background-color:#6e2e4c;
	text-align:left;
	font-size:95%;
	color: #FFFFFF

}
#container{
	width:980px;
	min-height:720px;
	height:auto !important;
	height:720px;
	margin:auto;
	text-align:center;
	background:url(../img/sfondo_home.jpg) bottom left no-repeat;
}
img{
	border:0;
}
.lingue{
	text-align:right;
	margin-top:0px;
}

.post-it{
	float:right;
	background:url(../img/post-it.png) top center no-repeat;
	color:black;
	width:231px;
	height:234px;
	margin-top:20px;
	padding:70px 30px 0px 40px;
}
.post-it a{
	color:black}
