.container {
	height: 800px;
	width: 800px;
	position: relative;
	margin-right: auto;
	margin-left: auto;
	background-color: #FFFFFF;
}
.container .banner {
	position: absolute;
	height: 120px;
	width: 802px;
	left: 0px;
	top: 0px;
}
.container .banner2 {
	position: absolute;
	height: 105px;
	width: 802px;
	left: -1px;
	top: 122px;
}
.container .text {
	position: absolute;
	height: 532px;
	width: 502px;
	left: 156px;
	top: 230px;
	font-family: Arial, Helvetica, sans-serif;
}
.container .text .left {
	position: absolute;
	height: 250px;
	width: 308px;
	left: 107px;
	top: 197px;
	font-size: 16px;
	font-family: Arial, Helvetica, sans-serif;
}
.container .left-images .left-1 {
	background-image: url(images/water-storage.gif);
	position: absolute;
	height: 116px;
	width: 110px;
	left: 0px;
	top: 0px;
	border: 1px solid;
}
.container .left-images .left-2 {
	position: absolute;
	height: 122px;
	width: 110px;
	left: 0px;
	top: 130px;
	background-image: url(images/volcano-stoves.gif);
	border: 1px solid;
}
.container .left-images .left-3 {
	position: absolute;
	height: 84px;
	width: 110px;
	left: 0px;
	top: 274px;
	border: 1px solid;
}
.container .left-images .left-4 {
	position: absolute;
	height: 168px;
	width: 110px;
	left: 0px;
	top: 372px;
	background-image: url(images/food-storage.gif);
	border: 1px solid;
}
.container .text .right {
	position: absolute;
	height: 150px;
	width: 265px;
	left: 250px;
	top: 200px;
	font-size: 15px;
	font-family: Arial, Helvetica, sans-serif;
}
.container .text .bottom {
	position: absolute;
	height: 25px;
	width: 442px;
	top: 541px;
	left: 28px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #333333;
}
.container .left-images {
	position: absolute;
	height: 400px;
	width: 110px;
	left: 12px;
	top: 246px;
}
.container .left-images img{
	padding: 5px;
}
.container .right {
	position: absolute;
	height: 200px;
	width: 110px;
	left: 675px;
	top: 238px;
}
.container .right .right-1 {
	position: absolute;
	height: 360px;
	width: 110px;
	left: 0px;
	top: 5px;
}
.container .right .right-2 {
	position: absolute;
	height: 167px;
	width: 110px;
	left: 0px;
	top: 380px;
	background-image: url(images/food-portions.gif);
	border: 1px solid;
}
body {
	background-color: #666666;
}

