html {
    background: #548D1A url(../imagens/fundo3.jpg) repeat-x;
    height: 100%;
}/*
body {
   	background: url(../imagens/fundo.png);
    margin: 0;
    padding: 0;
    height: 100%;
}
html>body {
    min-height: 100%;
    height: auto;
}*/
#fundo1 {
	/*background: #548D1A url(../imagens/fundo3.jpg) repeat-x;*/
    height: 100%;
    width: 100%;
    position: fixed;
}
#fundo2 {
    background: url(../imagens/fundo.png);
    height: 100%;
    width: 100%;
    position: fixed;;
}
#sub_menu a:hover{
	color:#FFF;
	background:#94DC48;
}
#info #titulo{
	background-color:#94DC48;
}
#info #lista{
	display:block;
	float:left;
	width:534px;
	height:auto;
	background-color:#fff;
	padding:31px 31px;
	font:10px/18px Verdana, Geneva, sans-serif;
	color:#424242;
	text-align:justify;
}
