#container {
	position:absolute;	
	width:980px;
	height:550px;	
	left:50%;
	top:50%;
	margin-left:-490px;
	margin-top:-275px;		
	background:url(../images/bg.jpg) no-repeat;
}
	#items {
		position:absolute;
		left:250px;
		top:50px;	
	}	
	#info {
		position:absolute;
		bottom:0;
		width:100%;
	}
	#hopper {
		position:absolute;
		left:38px;
		top:25px;
		width:238px;
		height:366px;		
	}
	#content {
		position:absolute;
		right:0;
		top:25px;
		width:580px;
		height:425px;
		display:table;
	}
	#navigation {
		position:absolute;
		bottom:60px;
		width:100%;
	}