* {margin:0; padding:0}

html {
	height:100%;
}

body {
	height:100%;
}

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

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