@charset "utf-8";
/* CSS Document */

#LogoContainer {
	background-image: url(../img/nuvoletta_arancione.png);
	height: 122px;
	width: 193px;
	background-repeat: no-repeat;
	padding-top: 50px;
	padding-left: 40px;
}
#Cubo {
	background-image: url(../img/cubo.gif);
	background-repeat: no-repeat;
	height: 24px;
	width: 24px;
	position: relative;
	left: 123px;
	top: -67px;
}

