/* styles for background-image */
html {
	height: 100%
}
body {
	height: 100%;
	width:100%;
	background-color: transparent;
	margin: 0px;
	padding: 0px;
	
	
	border-top: 1px transparent solid;
	margin-top: -1px;
	z-index:0;
	position:relative;
}
img#background { 
	height: 100%;
	width: 100%;
	z-index: -1; 
	position:absolute; 
	color: white; 
}

.flashBox {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 973px;
	height: 650px;
	margin-left:-486px;
	margin-top:-325px;
}
