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