body {
    background: #cfe8df;
}
h1, h2, h3, h4, h5, h6 {
    color: #688d7f;
}
.countdown_section {
	background-image:url(../images/count-green.png);
	color: #688d7f;
}
.countdown_amount {
	color: #688d7f;
}
input.newsletter {
    border: 1px solid #b5d9cc;
    border-right: none;
    background-color: #fcfcfc;
}
button {
    background: transparent url(../images/submit-green.png) no-repeat 0 0;
    color: #5d8073;
}
.resultText {
	color: #688d7f;
}
/* FOOTER */
/* ----------------------------------------- */
#footer-wrapper {
    background: #cfe8df url(../images/mid-bg-green.jpg) repeat-x;
}
#footer {
    background: transparent url(../images/shadow-green.jpg) no-repeat top center;
}
/* TWITTER */
/* ----------------------------------------- */
#twitter-wrapper {
	background: transparent url(../images/twitter-top-green.png) no-repeat top center;
}

#twitter-top {
	background: transparent url(../images/twitter-top-green.png) no-repeat top center;
}

#twitter-mid {
	background: transparent url(../images/twitter-mid-green.png) repeat-y center center;
}

#twitter-bottom {
	background: transparent url(../images/twitter-bottom-green.png) no-repeat bottom center;
}

#twitter ul li a {
	color: #4f7869;
}
.bottom {
	background: transparent url(../images/footer-green.jpg) repeat-x top center;
}
#contactform input.inpt {
	border: 1px solid #b5d9cc;
	background-color: #fcfcfc;
}
#contactform textarea {
	border: 1px solid #b5d9cc;
	background-color: #fcfcfc;
}