html{
	width:100%;
	height:100%;
}
body{
	width:100%;
	height:100%;
	background-color:#090;
	font-family:Verdana, Geneva, sans-serif;
	background-image:url(prato.jpg);
	background-repeat:no-repeat;
	background-position:bottom;
}
#flashContainer{
	height:98%;
}
.footer{
	width:100%;
	text-align:center;
	font-size:10px;
	color:#000;
}
