body {
    background:#478207;
    margin:0em;
    padding:0em;
    background:url('../img/background_SpringSummer.jpg');
    background-position-x: center;
}
#header_mid {
    width:780px;
    height:122px;
    background-color:#17b115;
	position:relative;
    float:left;
    background:linear-gradient(to top, #f8e91a, #54c300);
}
#content{
    background:#d4ff13; 
	background:-moz-linear-gradient(left, #d4ff13 0%, #f8ffe8 52%, #f8ffe8 52%, #d4ff13 100%); 
	background:-webkit-gradient(linear, left top, right top, color-stop(0%,#d4ff13), color-stop(52%,#f8ffe8), color-stop(52%,#f8ffe8), color-stop(100%,#d4ff13));
	background:-webkit-linear-gradient(left, #d4ff13 0%,#f8ffe8 52%,#f8ffe8 52%,#d4ff13 100%); 
	background:-o-linear-gradient(left, #d4ff13 0%,#f8ffe8 52%,#f8ffe8 52%,#d4ff13 100%); 
	background:-ms-linear-gradient(left, #d4ff13 0%,#f8ffe8 52%,#f8ffe8 52%,#d4ff13 100%);
	background:linear-gradient(to right, #d4ff13 0%,#f8ffe8 52%,#f8ffe8 52%,#d4ff13 100%);
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#d4ff13', endColorstr='#d4ff13',GradientType=1);
}
a {
	color:#478207;
}