html, body {
	background: #e16b25;
	margin: 0px;
	padding: 0px;
	background-image: url(../images/bg2.jpg);
	background-repeat: no-repeat;
	background-position: 50% 50%;
	width:100%;
	height: 100%;
	overflow:hidden;
}

#background {
	position:absolute;
	z-index:1;
	width:100%;
	height:100%;
}

#contentBackground {
	position:absolute;
	width:100%;
	height:100%;
	top:0;
	left:0;
	overflow:auto;
	z-index:3;
}

#mainContentHolder {
	position: absolute;
	left: 50%;
	top: 50%;
	width: 955px;
	height: 630px;
	margin-left: -478px;
	margin-top: -315px;
}

#flashArea {
	position: relative;
	width: 955px;
	height: 610px;
	float: left;
}

#footer {
	position: relative;
	width: 955px;
	height: 20px;
	float: left;
	text-align:center;
	color:#FFFFFF;
	font: 10px/12px Arial, Helvetica, sans-serif;
}

#footer a {
	color:#FFFFFF;
	text-decoration: none;
}

#footer a:hover {
	color:#FFCC00;
	text-decoration: underline;
}
