html {
	margin: 0px;
	padding: 0px;
	height: 100%;
	width:100%;
}

body {
	margin: 0px;
	padding: 0px;
	height: 100%;
	background-color: #dfe4ea;
	background-image: url('../images/bg.jpg');
	background-repeat:no-repeat;
	background-attachment:fixed;
	background-position:center;
}

#page {
	margin: 0 auto;
	position:relative;
	width: 100%;
	height: 100%;
	overflow: hidden;
	z-index:1;
}

#contentHolder {
	position:absolute;
	left: 50%;
	top: 50%;
	text-align:left;
	width: 1000px;
	height:564px;
	margin-left: -500px;
	margin-top: -282px;
}


#flashContent {
	position:relative;
	width: 1000px;
	height: 564px;
}
