html, body
{
	height: 100%;
	width: 100%;
	margin: 0px 0px 0px 0px;
	padding: 0px;
	background-color: #ffffff;

}

.flash {
	z-index: 2;
	position:absolute;
	margin: 0px auto 0px; 
	border: 0px; 
	padding: 0px;
	
	top: 0px;
	width:100%; 
	height: 100%;
}

