* {
	overflow:hidden;
	padding: 0;
	margin: 0;
	outline: none;
}

html, body {
	height: 100%;
}

body {
	background: #000000 url(../_images/bg.jpg);
}

#wrapper {
	background	: url(../_images/bg_inner.png);
	position:absolute;
	z-index: 999;
	top: 50%;
	left: 50%;
	width:820px;
	height:664px;
	margin-top: -423px;
	margin-left: -410px;
}

#flashHolder {
	padding	: 202px 0 0 90px;
}

#container {
	min-height: 100%;
	border-left: 0px;
	border-right: 0px;
	width: 676px;
	margin: 0 auto;
	z-index: 10;
}
* html #container {
	height: 100%;
}

#footer {
	clear: both;
	height: 554px;
	background: transparent url(../_images/footer_pattern.gif) repeat-x bottom center;
	color: #DDD;
	text-align:center;
	margin: -554px auto 0 auto;
	position: relative;
	z-index:-1;
}
#clearfooter {
	display: block;
	height: 554px;
}

#footer_content {
	height: 554px;

	background: transparent url(../_images/footer_content.gif) no-repeat bottom center;
}

#footer_text {
	position: absolute;
	bottom: 2px;
	text-align: center;
	width:100%;
	color: #535353;
	font-family: arial;
	font-size: 11px;
	z-index:999999;
	?margin: 0 0 0 -20px !important;
	?width:700px !important;
}

#footer_text a {
	font-weight: bold;
	text-decoration: none;
	color: #3a3a3a;
}