body {
	height: 100%;
	}
	
.flashholder {
	position: absolute;
	z-index: 1;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	}
	
.site_holder {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	z-index: 100;
	}
	
.site_wrapper {
	position: relative;
	margin: 0 auto;
	width: 990px;
	background-color: none;
	}
	
.logo_holder {
	text-align: center;
	}
	
.top_wrapper {
	position: relative;
	background-color: #000;
	height: 33px;
	z-index: 300;
	}
	
.content_wrapper {
	position: relative;
	height: 395px;
	background-color: #000;
	background-image: url("/pictures/bg/content_back.jpg");
	background-repeat: no-repeat;
	background-position: center bottom;
	}
	