#centerBox {
	width: 100%;
	height: 580px;
	position: absolute;
	border: 0;
	top: 50%;
	left: 0;
	margin-left: 0px;
	margin-top: -290px;
	z-index: 3;
	}

#waterDiv {
	width: 100%;
	height: 100%;
	position: absolute;
	border: 0;
	top: 0;
	left: 0;
	margin-left: 0px;
	margin-top: 0px;
	z-index: 2;
	}

#backgroundDiv {
	width: 100%;
	height: 100%;
	position: absolute;
	border: 0;
	top: 0;
	left: 0;
	margin-left: 0px;
	margin-top: 0px;
	z-index: 1;
	background-color:#fff;
	display:none;
	}

#flashcontent {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #555555;
	}
	
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	text-align:center;
	background: #005897;
	}


