html {			
  height: 100%;
  width: 100%;
  overflow: auto;
	}
		
	body {
		color:#FFFFFF;
    background-color: #00366C;
		height: 100%;
		width: 100%;			
		margin: 0;
		padding: 0;
}
	
#flashcontent {
	position: absolute;
	top: 0px;
	left: 0px;
	min-height: 660px;
	min-width: 776px; 
	height: 100%;
	width: 100%;
	height: expression(document.body.clientHeight < 510 ? "510px" : "100%" );
	width: expression(document.body.clientWidth < 776 ? "776px" : "100%" );
}

embed {
	margin-bottom: -6px;
}
		
.center
{ 
	text-align: center;
	height: 100%;
}

.center table
{ 
	height: 100%;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}


