#body {
	position: absolute;
	width: 55%;
	left: 300px;
	top: 300px;
}
#footer {
	position: absolute;
	width: 100%;
	top: 800px;
}
#copyright {
	position: absolute;
	width: 100%;
	top: 850px;
}
#links {
	position: absolute;
	width: 100%;
	top: 200px;
}
#image1 {
	position: absolute;
	top: 400px;
}
#gardener {
	position: absolute;
	top: 200px;
	left: 250px;
}
body {
	background-image: url(../Assets/background.jpg);
}
.style1 {color: #4CA402}
a:link {
	color: #4CA402;
}
a:visited {
	color: #4CA402;
}
a:hover {
	color: #000000;
}
a:active {
	color: #000000;
}
.style2 {color: #001E98}
