@charset "UTF-8";
/* CSS Document */

/*body {
	background: url(../images/bg_blue.png) repeat-x #40c3ec;
	margin: 0; 
	padding: 0; 
	height: 100%; 
}*/

#bottom {
	width: 100%;
	height: 140px;
	background: url(../images/bg_leaves.png) repeat-x;
	position: fixed;
	bottom: 0px;
	z-index: 10;
}

#footer {
	height: 50px;
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	margin-top: 120px;
	background-color: #62920f;
}

#footer ul {
	color: #FFF;
	list-style: none;
	margin-left: 150px;
	padding-top: 3px;
}

#footer ul li {
	display: inline;
	font-size: 9px;
	padding-right: 15px;
}

#footer ul li a {
	color: #FFF;
}