html {
	width:100%;
	height:100%;
	margin:0px;
	padding:0px;
}

body {
	width:100%;
	height:100%;
	margin:0px;
	padding:0px;
}

.flashDiv2 {
	width:100%;
	height:100%;
}

.flashDiv {
	background-color: #FFFFFF;
	height: 640px;
	width: 1024px;
	margin:-320px 0px 0px -512px;
	padding:0px;
	position: absolute;
	top: 50%;
	left: 50%;
}
.central {
	height: 100%;
	width: 100%;
	position: relative;
}
.flashCell {
	background-image: url(bg.jpg);
	background-repeat: no-repeat;
	background-position: 50% 50%;
	text-align: center;
	vertical-align: middle;
	margin: 0px;
	padding: 3px 0px 0px 0px;
}
