html, body{
	margin: 0px;
	padding: 0px;
	text-align: center;
}
#container {
	width: 858px;
	height: 525px;
	min-height: 100%;
	background: url("../../img/pg.png") no-repeat center top;
	margin: 0px auto;
	position:relative;
	text-align: left;
} 
#goccia{
	position:absolute;
	bottom:3px;
	right:299px;
}
body{
	background: #B7B7B7 url("../../img/sfondo_intro.png") repeat-x top;
}