By having the line
Disallow: /
you're telling bots to not index any file from your site. It's worth noting that the following line does absolutely nothing and isn't valid robots.txt syntax:
Allow: /
robots.txt files work through exclusion, not inclusion.
http://www.robotstxt.org/robotstxt.html