html {
	background-color: #FFFFFF;
	width: 100%;
	min-width: 1000px;
	height: 100%;
	min-height: 580px;
	margin: 0px;
	padding: 0px;
	overflow: auto;
}

body {
	width: 100%;
	height: 100%;
	background-color: #FFFFFF;
	margin: 0px;
	padding: 0px;
	overflow: hidden;
}

div {
	margin: 0px;
	padding: 0px;
}

#flashHolder {
	width: 100%;
	height: 100%;
	overflow: hidden;
}

#previewImage {
	display: none;
}