/* ================================================================= */
/* ==={ Main Content Body }========================================= */
/* ================================================================= */
div#greenContainer
{
	position: absolute;
/*	bottom: 28px;	*/
	bottom: 27px;
	right: 0px;
}
img#mainGreenImg
{
/*	border: 3px solid red;	*/
	width: 311px;
	height: 177px;
}

/* ================================================================= */
/* ==={ Footer }==================================================== */
/* ================================================================= */
div#greenImageBottom
{
	display: block;
	position: absolute;
	top: 0px;
	right: 255px;
}

a.greenLink
{
	color: #E95C0F;
	text-decoration: none;
}
a.greenLink:hover
{
	color: #64A843;
}