Well, you enable blending, right? So it's no surprise that the Boot is transparent. Your blending-function adds the Color of the Source (the polygons you are drawing) multiplied with Alpha (in your case 1) of the Source to the Backbuffer. Thus adds the colors up!

If you don't want blending just disable it!

-lith