/* CSS Document */
#piano{
	width:241px;
	height:343px;
	float:left;
	margin:5px 5px 0 0;
	background-image: url(../imagenes/piano.jpg);
	background-repeat:no-repeat;
}

#dire{
	width:109px;
	height:137px;
	float:right;
	background-image:url(../imagenes/dire.jpg);
	background-repeat:no-repeat;
	margin: 0 0 0 5px;
}