@charset "utf-8";
#contenitore {
	height: auto;
	width: 750px;
}
.sfondo {
	background-repeat: repeat;
	background-image: url(img/sfondo.jpg);
	background-attachment: fixed;
}

#upper {
	background-color: #0066FF;
	height: 100px;
	width: 750px;
}
#menu {
	height: auto;
	width: 150px;
	background-color: #FFFFFF;
	float: left;
}
#corpo {
	background-color: #FFFFFF;
	height: auto;
	width: 600px;
	float: right;
}
#footer {
	background-color: #FFFFFF;
	height: 100px;
	width: 750px;
	clear: both;
}
#motore {
	height: auto;
	width: 420px;
	float: right;
	padding-top: 15px;
	text-align: right;
}

