@import url(layout.css);
/**
 * General
 */
html {
	background: #07D332;
	}
body {
	color: #197B30;
	}
#main {
	background: url(../../images/flower/green/header.jpg) no-repeat center top;
	}
#extra1 {
	background: url(../../images/flower/green/footer.jpg) repeat-x center top;
	position: absolute;
	bottom: 0px;
	left: 0px;
	height: 48px;
	width: 100%;
	}
.colorpallete{
	background-color:#32F22D;
}

#nav li a {
	color: #07BD2E;
	}
.contact{
	color:#e66700;
}