html, body {
	height:100%;
}
body {
	margin: 0px;
	font-size: 12px;
	line-height: 24px;
	padding:0;
	overflow:hidden;
	text-align:center;
	background-color: #E1EAF2;

	
}
#flash {
	z-index: 1;
	position: absolute;
	width: 100%;
	height: 100%;
	
}

#content{
	position: absolute;
	width: 100%;
	height: 100%;
	z-index: 1;
	left : 0px;
	top:0px;
	display: block;
}

#background{
/*    border: 1px solid #000000;*/
	position: absolute;
	width: 100%;
	height: 100%;
	z-index: 2;
	left : 0px;
	top: 0px;
	display: block;
}
