Good (if quick):
\r\r
in the script instead
document.body.appendChild( renderer.domElement );
so write:
var cnv = document.getElementById('birds'); cnv.appendChild( renderer.domElement );
and for the wrapper:
#birds_draw{ height:100%; width:100%; position:absolute; }