body {
	margin-top: 0px;
	background-image: url(../immagini/bg_stripes.jpg);
	background-repeat: repeat;
	text-align: center;
}

#container {
	margin: 0px auto; /*centra negli altri browser*/
	text-align: left; /*ripristina l'allineamento*/
	height: auto;
	width: 770px;
	background-color:#FFFFFF;
	background-image: url(../immagini/bg_container.jpg);
	background-repeat: repeat-y;
}

#header {
	margin-left: 5px;
	height: auto;
	width: 760px;
}

#header h1, h2, h4{
	display: none;}

#menu {
	margin-left: 5px;
	margin-top: 5px;
	margin-bottom: 5px;
	width: 760px;
	height: auto;
	background-image: url(../immagini/sfondo_menu.gif);
	background-repeat: repeat-x;
}

#main	{
	margin-top: 0px;
	margin-left: 5px;
	width: 760px;
	height: auto;
}

#footer	{
	margin-left: 5px;
	width: 760px;
	height: auto;
	text-decoration: none;
	font-size: 10px;
}

#gallery	{
	height: auto;
	width: 760px;
	margin-left: 17px;
}

#credits	{
	height: 25px;
	width: 760px;
	background-image: url(../immagini/footer_background.gif);
	color:#FFFFFF;
	font-size: 9px;
	font-family: Georgia, "Times New Roman", Times, serif;
}

#designed a{
	text-decoration: none;
	color: #00FF00;	
}

#footer span a { text-decoration: none;}
#footer span a:hover { color: #999999 }
#footer span a:link { color: #FFFFFF }
#footer span a:visited { color: #FFFFFF }
