html, body {
	height: 100%;
	width: 100%;
	}
	
body {
	}
	
.flashholder {
	position: fixed;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	}

	
.sitewrapper {
	position: absolute;
	top: 0px;
	left: 0px;
	height: 100%;
	width: 990px;
	}
	
.site_placer {
	position: relative;
	margin: 0 auto;
	width: 990px;
	height: 100%;
	}
	
.logo {
	position: absolute;
	margin-top: 2%;
	margin-left:17px;
	z-index:999;
	}
	
.site_holder {
	position: absolute;
	right: 0;
	min-height: 100%;
	width: 990px;
	z-index:0;
	border:0px solid red;
	background-image: url(/pictures/bg/content.png);
	background-repeat: repeat-y;
	background-position: top left;
	}
	
.top_holder {
	border:0px solid red;
	position: relative;
	height: 75px;
	z-index:999;
	}
	
.content_holder {
	border:0px solid green;
	width:990px;
	height:500px;
	overflow:visible;
	position: relative;
	background-image: url(/pictures/bg/box.png);
	background-repeat: no-repeat;
	background-position: 290px -10px;
	}
	
.bottom_holder {
	position: relative;
	height: 10px;
	width: 486px;
	bottom: 0px;
	background-repeat: no-repeat;
	background-position: top center;
	}