#container {
	position:relative;
	margin:0 auto;
	width:980px;
	background-color:#FFF;
}
	#header {
		width:980px;
		height:250px;
	}
	#content-image {
		float:left;
		margin:20px;
	}
	#content-text {
		float:right;
		margin:20px;
		width:470px;
	}	
	#footer {
		float:left;
		width:980px;
		padding:8px 0;
		background-color:#80A174;
		text-align:center;
		color:#FFF;
		font-size:11px;
	}
