html {
	width: 100%;
	height: 100%;
	/* overflow:auto; */
}
body {
	margin: 0px; 
	height:100%;
}
#background {
	width: 100%;
	height: 100%;
	overflow:hidden;
	z-index:1;
}
#flash {
	position:absolute;
	width:100%;
	height:100%;
	margin:auto;
	z-index:2;
}
#background img {
	width:100%; height:100%;
}