#container {
	height: 100%;
	//width: 100%;
	position: relative;
	}	
	
#middle {
	width: 100%;
	height: 430px;
	margin-top: -200px;
	position: relative;
	top: 50%;
	overflow: hidden;
	}
	
#middle_bg {
	height: 400px; 
	width: 100%; 
	background: #000;
	}

#middle_container {
	margin: 0 auto 0 auto;
	width: 900px;
	height: 400px;
	text-align: left;
	}
	
#middle_container_left {
	width: 320px;
	height: 100%;
	position: relative;
	float: left;
	}
	
#middle_container_right {
	width: 580px;
	height: 100%;
	position: relative;
	float: left;
	}
	
#image_container {
	width: 318px;
	height: 400px;
	position: relative;
	left: 170px;
	overflow: hidden;
	}
	
#middle_image {
	position: absolute;
	left: -100px;
	height: 400px;
	width: auto;
	}
	
#footertext {
	margin-top: 10px;
	font-family: arial;
	font-size: 8pt;
	color: #888;
	}
	
#footertext a {
	color: #fff;
	}
