* {margin:0; padding:0}

html {
	height:100%;
}

body {
	height:100%;
}

#flash {
	min-height:582px;
	min-width:990px;

	height:expression(document.body.clientHeight > 582? "100%" :"582px"); /* for ie*/
	width:expression(document.body.clientWidth > 990? "100%" :"990px"); /* for ie*/
}