body {
	background: #a6fb73;
	font: Arial, Helvetica, sans-serif;
	color: #009900;
	margin: 0px;
	border: 0px;
	top: 0px;
	left: 0px;
	}

#header {
	height: 145px;
	width: 100%;
	background: #9bd4ed;
	border-bottom: #5e9ade 5px solid;
	}
#main {
	left: 0px;
	height: 200px;
	width: 100%;
	left: 0px;
	background: #ccc;
	}
#flower {
	position: relative;
	float: left;
	left: 0px;
	width: 250px;
	height: 200px;
	}
#fields01 {
	position: relative;
	float: left;
	width: 350px;
	height: 200px;
	}
#fields02 {
	position: relative;
	float: left;
	width: 200px;
	height: 200px;
	}
#greenbar1 {
	width: 100%;
	height: 5px;
	background: #59f104;
	border: 0px;
	margin: 0px;
	}
#greenbar2 {
	width: 100%;
	height: 5px;
	background: #205801;
	}
#greenbar3 {
	width: 100%;
	height: 5px;
	background: #297001;
	}
#greenbar4 {
	width: 100%;
	height: 5px;
	background: #349001;
	}
#greenbar5 {
	width: 100%;
	height: 5px;
	background: #45bc02;
	}
#footer {
	height: 50px;
	width: 720px;
	text-align: right;
	}