html, body, #map {
    height: 100%;
    padding: 0;
    margin: 0;
}

div.cartodb-legend-stack {
	background: #0E0E0E;
}

div.cartodb-legend {
	font: bold 14px 'Droid Sans',sans-serif;
}

div.cartodb-legend .legend-title, div.cartodb-legend ul li {
	color: #fff;	
}

div.cartodb-legend.bubble ul li.graph .bubbles {
	background: url(http://s29.postimg.org/jt8x75kn7/bubbles_alt2.png) no-repeat 0 0;
	background-color: rgba(0,0,0,0);
}

.leaflet-container {
  	background: rgb(0,0,0);
  	background-opacity: 0;
}
li.graph {
	background: rgba(0,0,0,0) !important;
}