html {
    background: #F7D501 url(../imagens/fundo5.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: #F7D501 url(../imagens/fundo5.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:#E1C300;
}
#info #titulo{
	background-color:#E1C300;
}
#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;
}
