/* CSS Document */
body {
	margin: 0px;
	padding: 0px;
	background-image: url(img/player.jpg);
	background-position: top left;
	background-repeat: no-repeat;
	width: 798px;
	height: 334px;
}

#lettore {
	width: 320px;
	margin-left: 47px;
	margin-top: 39px;
	float:left;
}

#banner {
	width: 300px;
	height: 270px;
	margin-left: 79px;
	margin-top: 31px;
	float:left;
}

.clear {
	clear: left;
}