Stage help

[font=verdana, arial, helvetica][size=2]Hi,

i am trying to scale a background image to the size of the browser window. heres my code. for some reason it does not fill the entire [color=red]stage[/color], any ideas?

Stage.scaleMode = “noScale”;
Stage.align = “TL”;

background_mc._width =Stage.width
background_mc._height =Stage.height

background_mc.onResize = function() {
background_mc._width = Stage.width
background_mc._height = Stage.height

}

Stage.addListener(background_mc);

cheers,
G[/size][/font]