Leaflet rendering TileMill tiles in the wrong order
You forgot to add Leaflet CSS:
<link rel="stylesheet" href="http://cdn.leafletjs.com/leaflet-0.7.3/leaflet.css" />
Also there are numerous typos in your code: for example, in html, body{}
stylesheet line. Do check for them before deploying to production.