@charset "UTF-8";
/* CSS Document */

/* hide from ie on mac \*/
	html
	 {
	height: 100%;
	/* overflow: hidden;   */
}

#flashcontent {
	height: 100%;
	width: 100%;
	text-align: center;
	padding: 0px 0px 0px 0px;
	background-image: url(immagini/sfondo4.jpg);
}

/* end hide */
	
	#message {
	width: 269px;
	padding: 35px;
}

body {
	height: 100%;
	margin: 0;
	padding: 0;
	background-color: #CCCCCC;
}

img {
	border: none;
	margin: 0;
	padding: 0;
}

.main
{
	position: relative;
	height: 100%;
	width: 100%;
	text-align: center;
	padding: 20px 20px 20px 20px;
	margin-bottom: 100px;
}

