@charset "UTF-8";
body {
	text-align: center;
	background-color: #333333;	
}

#container {
	left:0px;
	top:0px;
	width:100%;
	z-index:2;
	margin-top: 0px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 0px;
	background-image: url(images/sfondo.jpg);
	position: absolute;
	height: auto;
	background-repeat: repeat-x;
}

#animazione {
}
#cubo {
	height: 250px;
	width: 512px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 100px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #999999;
}

#menu {
	margin-top: 20px;
	height: 40px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #666666;
}

#footer {
	width: 100%;
	height: 100px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #666666;
	background-image: url(images/lampadina_anim.jpg);
	background-repeat: no-repeat;
	border-bottom-style: solid;
	border-bottom-color: #666666;
	background-position: center;
	border-bottom-width: 1px;
	margin-top: 70px;
	position: relative;
}

